Problem | sumint |
---|---|
User | officemouse |
Submission Time | 2023-11-08 11:17:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:7:11: error: a function-definition is not allowed here before ‘{’ token
7 | int main(){
| ^
sumint.cpp:22:1: error: expected ‘}’ at end of input
22 | }
| ^
sumint.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^