Problem | sumint |
---|---|
User | betterthanreality1001 |
Submission Time | 2024-02-10 17:26:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:9:16: error: expected ‘}’ at end of input
9 | cout<<x+b+c+e+f;
| ^
sumint.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^