Problem raptorinc
User Yangyuchen13
Submission Time 2026-03-30 14:17:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

raptorinc.cpp:5:1: error: ‘sum’ does not name a type
5 | sum=0;
| ^~~
raptorinc.cpp: In function ‘int main()’:
raptorinc.cpp:13:3: error: ‘sum’ was not declared in this scope
13 | sum= sum+a[i];
| ^~~
raptorinc.cpp:14:6: error: ‘sum’ was not declared in this scope
14 | }if(sum>x){
| ^~~