0_0_38602139_27894.cpp: In function 'void solve()':
0_0_38602139_27894.cpp:19:8: error: 'flag' was not declared in this scope
if(flag) puts("Bad Team!");
^~~~
0_0_38602139_27894.cpp:19:8: note: suggested alternative: 'log'
if(flag) puts("Bad Team!");
^~~~
log
|