Problem sumint
User 90Dream09
Submission Time 2026-01-28 15:36:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:9:8: error: expected primary-expression before ‘)’ token
9 | for(x;){
| ^
sumint.cpp:9:8: error: expected ‘;’ before ‘)’ token
9 | for(x;){
| ^
| ;
sumint.cpp:14:10: error: ‘v’ was not declared in this scope
14 | cout << v;
| ^