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

Compile Error

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