Problem | topical |
---|---|
User | G |
Submission Time | 2024-03-07 08:36:30 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
topical.cpp: In function ‘int main()’:
topical.cpp:44:11: error: a function-definition is not allowed here before ‘{’ token
44 | int main(){
| ^
topical.cpp:86:1: error: expected ‘}’ at end of input
86 | }
| ^
topical.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^