Problem raptorinc
User wasdplant
Submission Time 2025-02-13 10:21:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

raptorinc.cpp: In function ‘int32_t main()’:
raptorinc.cpp:9:2: error: expected ‘,’ or ‘;’ before ‘for’
9 | for(int i=0; i<n; i++){
| ^~~
raptorinc.cpp:9:15: error: ‘i’ was not declared in this scope
9 | for(int i=0; i<n; i++){
| ^
raptorinc.cpp:17:1: error: expected ‘}’ at end of input
17 | }
| ^
raptorinc.cpp:5:16: note: to match this ‘{’
5 | int32_t main() {
| ^