/tmp/ccYS9FOc.o: In function `main':
grader_anna.c:(.text.startup+0xdc): undefined reference to `Anna(int, long long, int, int*)'
collect2: error: ld returned 1 exit status
Bruno.cpp: In function 'void Anna(int, long long int, int, int*)':
Bruno.cpp:30:24: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
else if((X >> j+1) & 1LL) chk[i] = 0, chk[i+1] = 1, chk[i+2] = 0, j++;
~^~
/tmp/ccelFpI8.o: In function `Anna(int, long long, int, int*)':
Bruno.cpp:(.text+0x102): undefined reference to `Set(int, int)'
/tmp/cchZMDFe.o: In function `main':
grader_bruno.cpp:(.text.startup+0x126): undefined reference to `Bruno(int, int*)'
collect2: error: ld returned 1 exit status