Anna.cpp:17:21: warning: overflow in conversion from 'double' to 'int' changes value from '1.0e+18' to '2147483647' [-Woverflow]
17 | const int oo = 1e18 + 7, mod = 1e9 + 7;
| ~~~~~^~~
/usr/bin/ld: /tmp/cccjHV7x.o: in function `main':
grader_anna.cpp:(.text.startup+0x345): undefined reference to `Anna(int, int, std::vector<int, std::allocator<int> >, std::vector<int, std::allocator<int> >)'
collect2: error: ld returned 1 exit status
Bruno.cpp:17:21: warning: overflow in conversion from 'double' to 'int' changes value from '1.0e+18' to '2147483647' [-Woverflow]
17 | const int oo = 1e18 + 7, mod = 1e9 + 7;
| ~~~~~^~~
Bruno.cpp: In function 'void Anna(int, int, std::vector<int>, std::vector<int>)':
Bruno.cpp:30:9: warning: unused variable 'pos1' [-Wunused-variable]
30 | int pos1 = r[temp], pos2 = c[temp];
| ^~~~
Bruno.cpp:30:25: warning: unused variable 'pos2' [-Wunused-variable]
30 | int pos1 = r[temp], pos2 = c[temp];
| ^~~~
/usr/bin/ld: /tmp/ccwqCufi.o: in function `main':
grader_bruno.cpp:(.text.startup+0x1d3): undefined reference to `Bruno(int, std::vector<int, std::allocator<int> >)'
/usr/bin/ld: /tmp/ccES4SJh.o: in function `Anna(int, int, std::vector<int, std::allocator<int> >, std::vector<int, std::allocator<int> >)':
Bruno.cpp:(.text+0xb0): undefined reference to `SetFlag(int, int, int)'
/usr/bin/ld: Bruno.cpp:(.text+0xed): undefined reference to `SetFlag(int, int, int)'
collect2: error: ld returned 1 exit status