| Problem | sumint |
|---|---|
| User | Arjunironman8 |
| Submission Time | 2026-06-22 16:23:12 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:14:21: error: expected primary-expression before ‘;’ token
14 | cin>>day>>daymeow>>;
| ^
sumint.cpp:15:8: error: ‘i’ was not declared in this scope
15 | for ( i = 0; i<day; i++){cin>>daymeow:
| ^
sumint.cpp:15:39: error: found ‘:’ in nested-name-specifier, expected ‘::’
15 | for ( i = 0; i<day; i++){cin>>daymeow:
| ^
| ::
sumint.cpp:15:32: error: ‘daymeow’ is not a class, namespace, or enumeration
15 | for ( i = 0; i<day; i++){cin>>daymeow:
| ^~~~~~~
sumint.cpp:17:11: error: expected ‘;’ at end of input
17 | cout<<ans
| ~~~^
| ;
sumint.cpp:17:8: error: expected ‘}’ at end of input
17 | cout<<ans
|