Problem | sumint |
---|---|
User | Reality1001 |
Submission Time | 2024-02-16 12:35:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:8:15: error: expected ‘;’ before ‘}’ token
8 | cout << meows
| ^
| ;
9 | }
| ~