| Problem | sumint |
|---|---|
| User | 90Dream09 |
| Submission Time | 2026-01-28 15:34:10 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:9:7: error: expected ‘;’ before ‘)’ token
9 | for(x){
| ^
| ;
sumint.cpp:15:2: error: expected primary-expression at end of input
15 | }
| ^
sumint.cpp:15:3: error: expected ‘;’ at end of input
15 | }
| ~^
| ;
sumint.cpp:15:2: error: expected primary-expression at end of input
15 | }
| ^
sumint.cpp:15:3: error: expected ‘)’ at end of input
15 | }
| ~^
| )
sumint.cpp:9:5: note: to match this ‘(’
9 | for(x){
| ^
sumint.cpp:15:2: error: expected statement at end of input
15 | }
| ^
sumint.cpp:15:2: error: expected ‘}’ at end of input
sumint.cpp:4:14: note: to match this ‘{’
4 | signed main(){
| ^