| Problem | sumint |
|---|---|
| User | Guest1234 |
| Submission Time | 2026-03-18 16:06:27 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:10:22: error: expected ‘;’ before ‘<’ token
10 | for (int i = 0, i<10, i++){
| ^
| ;
sumint.cpp:10:22: error: expected primary-expression before ‘<’ token
sumint.cpp:10:30: error: expected ‘;’ before ‘)’ token
10 | for (int i = 0, i<10, i++){
| ^
| ;
sumint.cpp:11:11: error: expected ‘;’ before ‘x’
11 | cin >> y
| ^
| ;
12 | x = x + cin
| ~
sumint.cpp:15:11: error: expected ‘;’ before ‘return’
15 | cout << x
| ^
| ;
16 | return 0
| ~~~~~~