Problem sumint
User amandatan
Submission Time 2024-01-29 16:44:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:8:17: error: expected ‘;’ before ‘i’
8 | for (int i = 0l i < x; i++) {
| ^~
| ;
sumint.cpp:8:22: error: ‘x’ was not declared in this scope
8 | for (int i = 0l i < x; i++) {
| ^