king.cpp: In function 'long long int SendInfo(int, std::vector<int>, std::vector<int>)':
king.cpp:4:13: warning: left shift count >= width of type [-Wshift-count-overflow]
return (1<<40)-1;
^~
/tmp/ccnuKVsI.o: In function `main':
grader_k.cpp:(.text.startup+0x14c): undefined reference to `SendInfo(std::vector<int, std::allocator<int> >, std::vector<int, std::allocator<int> >)'
collect2: error: ld returned 1 exit status
/tmp/ccFZyiOi.o: In function `main':
grader_v.cpp:(.text.startup+0x1b7): undefined reference to `Init(long long, std::vector<int, std::allocator<int> >)'
collect2: error: ld returned 1 exit status