0_0_23758323_3916.cpp: In function 'void bfs(int, int, int)':
0_0_23758323_3916.cpp:27:33: error: expected primary-expression before '%' token
for(int i = 0; i <= t; i++) %7
^
0_0_23758323_3916.cpp:27:34: error: expected '}' at end of input
for(int i = 0; i <= t; i++) %7
^
|