| Problem | modsum |
|---|---|
| User | ashgreninja1006 |
| Submission Time | 2026-02-17 19:55:31 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
modsum.cpp:81:5: error: expected unqualified-id before ‘for’
81 | for(int i = 0; i<5; i++){
| ^~~
modsum.cpp:81:20: error: ‘i’ does not name a type
81 | for(int i = 0; i<5; i++){
| ^
modsum.cpp:81:25: error: ‘i’ does not name a type
81 | for(int i = 0; i<5; i++){
| ^
modsum.cpp:85:5: error: ‘cout’ does not name a type
85 | cout << output;
| ^~~~
modsum.cpp:86:1: error: expected declaration before ‘}’ token
86 | }
| ^