Problem | 3nplus1II |
---|---|
User | angei |
Submission Time | 2025-08-01 15:15:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1II.cpp: In function ‘int main()’:
3nplus1II.cpp:14:1: error: expected ‘}’ at end of input
14 | }
| ^
3nplus1II.cpp:7:28: note: to match this ‘{’
7 | for(int t = 1; t < 6; t++){
| ^
3nplus1II.cpp:14:1: error: expected ‘}’ at end of input
14 | }
| ^
3nplus1II.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^