Problem | addition |
---|---|
User | WuYanni |
Submission Time | 2023-11-08 10:12:31 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int32_t main()’:
addition.cpp:6:11: error: a function-definition is not allowed here before ‘{’ token
6 | int main(){
| ^
addition.cpp:13:1: error: expected ‘}’ at end of input
13 | }
| ^
addition.cpp:5:15: note: to match this ‘{’
5 | int32_t main(){
| ^