| Problem | sumint |
|---|---|
| User | toditisdoingthisforfun |
| Submission Time | 2026-01-02 22:26:03 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:20:43: error: expected ‘}’ at end of input
20 | printf("Total meows is %lld\n", totalmeow);
| ^
sumint.cpp:4:1: note: to match this ‘{’
4 | {
| ^