Problem | quillvsowl |
---|---|
User | ThePwo |
Submission Time | 2025-02-05 18:39:52 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
quillvsowl.cpp:26:2: error: expected unqualified-id before ‘for’
26 | for (int z = 1; z <= n; z++) {
| ^~~
quillvsowl.cpp:26:18: error: ‘z’ does not name a type
26 | for (int z = 1; z <= n; z++) {
| ^
quillvsowl.cpp:26:26: error: ‘z’ does not name a type
26 | for (int z = 1; z <= n; z++) {
| ^
quillvsowl.cpp:35:2: error: ‘cout’ does not name a type
35 | cout << ans;
| ^~~~
quillvsowl.cpp:36:1: error: expected declaration before ‘}’ token
36 | }
| ^