easy.cpp: In function 'int main()':
easy.cpp:2:46: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
easy.cpp:2:82: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
/tmp/ccH1oYPX.o: In function `main':
easy.cpp:(.text.startup+0x0): multiple definition of `main'
/tmp/ccEt5C80.o:grader.cpp:(.text.startup+0x0): first defined here
/tmp/ccEt5C80.o: In function `main':
grader.cpp:(.text.startup+0x97): undefined reference to `CountPair(int, int*)'
collect2: ld returned 1 exit status