Problem bigredarrow
User beefburger
Submission Time 2026-01-29 12:07:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bigredarrow.cpp: In function ‘int main()’:
bigredarrow.cpp:10:24: error: expected ‘)’ before numeric constant
10 | for (int i=0; i<n; i++0{
| ~ ^
| )
bigredarrow.cpp:10:25: error: expected ‘;’ before ‘{’ token
10 | for (int i=0; i<n; i++0{
| ^
| ;
bigredarrow.cpp:15:11: error: ‘num’ was not declared in this scope; did you mean ‘enum’?
15 | cin >> num;
| ^~~
| enum
bigredarrow.cpp: At global scope:
bigredarrow.cpp:18:2: error: expected unqualified-id before ‘return’
18 | return 0;
| ^~~~~~
bigredarrow.cpp:19:1: error: expected declaration before ‘}’ token
19 | }
| ^