Skip to content

Conversation

@qimcis
Copy link
Collaborator

@qimcis qimcis commented Jan 18, 2026

Description

Add CS 537 Spring 2018 Midterm exam dataset and solution file to the repository.

Changes

  • Add exam metadata for "CS 537 Spring 2018 Midterm" (ID: cs537_spring_2018_midterm).
  • Add raw exam directory at /home/qi/system-intelligence-benchmark/benchmarks/courseexam_bench/data/raw/cs537_spring_2018_midterm.
  • Add solutions file 18-spring-mid-answers.pdf and note that there are no reference files.

Testing

Ran data preparation script: python3 courseexam/prepare.py, completed without errors.

Checklist

  • Tests pass locally
  • Code follows project style guidelines
  • Documentation updated (if needed)

Copy link
Collaborator

@777lefty 777lefty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Didn't touch every code snippet, this one looks good to me as long as every code snippet is in code block

while (1)
printf("%s", str);
return 0;
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code block here better

int main(int argc, char *argv[]) {
value = 0;
return 0;
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

code block here better

pthread_join(p2, NULL);
printf(\"%d\\n\", counter);
return 0;
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

code block here better

fork();
printf(\"b\");
return 0;
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

code block here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants