0_0_33632936_4464.cpp: In function 'int main()':
0_0_33632936_4464.cpp:302:42: error: expected ';' before '}' token
if(n==1) {printf("0\n"); continue}
^
0_0_33632936_4464.cpp:303:42: error: expected ';' before '}' token
if(n==4) {printf("3\n"); continue}
^
|