easy.c: In function 'main':
easy.c:7:7: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
easy.c:10:8: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
/tmp/ccWhxVOU.o: In function `main':
easy.c:(.text.startup+0x0): multiple definition of `main'
/tmp/cctkrW8Y.o:grader.c:(.text.startup+0x0): first defined here
/tmp/cctkrW8Y.o: In function `main':
grader.c:(.text.startup+0x97): undefined reference to `CountPair'
collect2: ld returned 1 exit status