Problem | simcity |
---|---|
User | RICPSuscomm23 |
Submission Time | 2024-11-10 19:10:46 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
simcity.cpp: In function ‘void solve()’:
simcity.cpp:79:16: error: a function-definition is not allowed here before ‘{’ token
79 | int32_t main() {
| ^
simcity.cpp:87:1: error: expected ‘}’ at end of input
87 | }
| ^
simcity.cpp:47:13: note: to match this ‘{’
47 | void solve(){
| ^