Problem sumint
User Ethan1L1K1X1
Submission Time 2024-04-07 21:55:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int32_t main()’:
sumint.cpp:8:22: error: expected ‘;’ before ‘)’ token
8 | for (int i=0;i<a,i++){
| ^
| ;
sumint.cpp:13:10: error: ‘x’ was not declared in this scope
13 | cout << x;
| ^