prepare (1/2):
finished
make (2/2):
gcc -O3 -Wall -o c2 main.c cheat.c
main.c: In function 'main':
main.c:149:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(input)
^~
main.c:151:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
return 0;
^~~~~~
In file included from main.c:1:0:
At top level:
cheat.h:79:12: warning: 'hat_G' defined but not used [-Wunused-variable]
static int hat_G[28];
^~~~~
finished
all tasks finished, build successfully