| Problem | dayum |
|---|---|
| User | cheryltkx |
| Submission Time | 2026-03-07 10:17:29 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
dayum.cpp: In function ‘int main()’:
dayum.cpp:7:14: error: expected ‘;’ before ‘}’ token
7 | cout << "1"
| ^
| ;
8 | }
| ~
dayum.cpp:10:16: error: expected ‘;’ before ‘}’ token
10 | cout << "2"
| ^
| ;
11 | }
| ~
dayum.cpp:13:18: error: expected ‘;’ before ‘}’ token
13 | cout << "3"
| ^
| ;
14 | }
| ~
dayum.cpp:16:13: error: expected ‘;’ before ‘}’ token
16 | cout <<"4"
| ^
| ;
17 | }
| ~
dayum.cpp:19:14: error: expected ‘;’ before ‘}’ token
19 | cout << "5"
| ^
| ;
20 | }
| ~
dayum.cpp:22:16: error: expect