| Problem | summoning |
|---|---|
| User | LABUBU |
| Submission Time | 2026-06-26 15:37:00 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
summoning.cpp: In function ‘int main()’:
summoning.cpp:10:7: error: ‘i’ was not declared in this scope
10 | for ( i = 0; i < N; i++ ){
| ^
summoning.cpp:17:1: error: expected ‘}’ at end of input
17 | }
| ^
summoning.cpp:10:26: note: to match this ‘{’
10 | for ( i = 0; i < N; i++ ){
| ^
summoning.cpp:17:1: error: expected ‘}’ at end of input
17 | }
| ^
summoning.cpp:3:14: note: to match this ‘{’
3 | signed main(){
| ^