dango3.cpp: In function 'void Solve(int, int)':
dango3.cpp:27:6: warning: unused variable 'cnt' [-Wunused-variable]
27 | int cnt=0;
| ^~~
/usr/bin/ld: /tmp/cchTyNeh.o: in function `Query(std::vector<int, std::allocator<int> > const&)':
grader.cpp:(.text+0x50): multiple definition of `Query(std::vector<int, std::allocator<int> > const&)'; /tmp/ccHRJ4tj.o:dango3.cpp:(.text+0x1e0): first defined here
/usr/bin/ld: /tmp/cchTyNeh.o: in function `Answer(std::vector<int, std::allocator<int> > const&)':
grader.cpp:(.text+0x1c0): multiple definition of `Answer(std::vector<int, std::allocator<int> > const&)'; /tmp/ccHRJ4tj.o:dango3.cpp:(.text+0x210): first defined here
/usr/bin/ld: /tmp/cchTyNeh.o: in function `main':
grader.cpp:(.text.startup+0x0): multiple definition of `main'; /tmp/ccHRJ4tj.o:dango3.cpp:(.text.startup+0x0): first defined here
collect2: error: ld returned 1 exit status