| Problem | bigredarrow |
|---|---|
| User | beefburger |
| Submission Time | 2026-01-29 12:07:49 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
bigredarrow.cpp: In function ‘int main()’:
bigredarrow.cpp:9:24: error: expected ‘)’ before numeric constant
9 | for (int i=0; i<n; i++0){
| ~ ^
| )
bigredarrow.cpp:9:25: error: expected ‘;’ before ‘)’ token
9 | for (int i=0; i<n; i++0){
| ^
| ;
bigredarrow.cpp:14:11: error: ‘num’ was not declared in this scope; did you mean ‘enum’?
14 | cin >> num;
| ^~~
| enum
bigredarrow.cpp: At global scope:
bigredarrow.cpp:17:2: error: expected unqualified-id before ‘return’
17 | return 0;
| ^~~~~~
bigredarrow.cpp:18:1: error: expected declaration before ‘}’ token
18 | }
| ^