rotate.cpp:1:22: warning: extra tokens at end of #ifndef directive
1 | #ifndef ONLINE_JUDGE && EVAL
| ^~
/usr/bin/ld: /tmp/ccmov009.o: in function `rotate(std::vector<int, std::allocator<int> >, int)':
grader.cpp:(.text+0x530): multiple definition of `rotate(std::vector<int, std::allocator<int> >, int)'; /tmp/cchc4jX7.o:rotate.cpp:(.text+0x9c0): first defined here
/usr/bin/ld: /tmp/ccmov009.o:(.bss+0x0): multiple definition of `Rotating_Lines::machine'; /tmp/cchc4jX7.o:(.bss+0x0): first defined here
/usr/bin/ld: /tmp/ccmov009.o: in function `main':
grader.cpp:(.text.startup+0x0): multiple definition of `main'; /tmp/cchc4jX7.o:rotate.cpp:(.text.startup+0x0): first defined here
collect2: error: ld returned 1 exit status