| Problem | sumint |
|---|---|
| User | solomon |
| Submission Time | 2026-06-28 10:41:10 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:7:12: error: expected unqualified-id before numeric constant
7 | for (int 1 ==0; i < number; i++){
| ^
sumint.cpp:7:11: error: expected ‘;’ before numeric constant
7 | for (int 1 ==0; i < number; i++){
| ^~
| ;
sumint.cpp:7:19: error: ‘i’ was not declared in this scope
7 | for (int 1 ==0; i < number; i++){
| ^
sumint.cpp:7:29: error: expected ‘)’ before ‘;’ token
7 | for (int 1 ==0; i < number; i++){
| ~ ^
| )
sumint.cpp:7:31: error: ‘i’ was not declared in this scope
7 | for (int 1 ==0; i < number; i++){
| ^
sumint.cpp:11:14: error: ‘total’ was not declared in this scope
11 | std::cout<<total meows;
| ^~~~~