0_0_22435577_29082.cpp: In function 'int main()':
0_0_22435577_29082.cpp:95:176: error: expected '}' at end of input
int ans = 0; REP(i,n) REP(j,n) REP(k,n) if(pos[i][j][k] != '.') ans++; printf("Maximum weight: %d gram(s)\n",ans); } return 0; }
^
0_0_22435577_29082.cpp:95:176: error: expected '}' at end of input
0_0_22435577_29082.cpp:95:176: error: expected '}' at end of input
|