Skip to content

Instantly share code, notes, and snippets.

@dallarosa
Created April 16, 2012 10:07
Show Gist options
  • Save dallarosa/2397442 to your computer and use it in GitHub Desktop.
Save dallarosa/2397442 to your computer and use it in GitHub Desktop.
read input boilerplate
scanf("%d\n", &test_count);
for (i = 0; i < test_count; i++) {
scanf("%d %d", &A, &B);
/* now you got A and B*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment