Problem choochoo
User AppleOnAstick
Submission Time 2023-11-15 08:54:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

choochoo.cpp: In function ‘int32_t main()’:
choochoo.cpp:6:7: error: expected initializer before ‘>’ token
6 | int n > 0;
| ^
choochoo.cpp:7:7: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
7 | cin>>n;
| ^
| yn