Problem | sumint |
---|---|
User | Tianrui |
Submission Time | 2024-03-20 16:04:41 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:12:16: error: expected ‘}’ at end of input
12 | cout << sum;
| ^
sumint.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^