Problem | snail |
---|---|
User | cprime |
Submission Time | 2025-01-08 22:38:51 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
snail.cpp: In function ‘void solve()’:
snail.cpp:49:11: error: a function-definition is not allowed here before ‘{’ token
49 | int main(){
| ^
snail.cpp:53:1: error: expected ‘}’ at end of input
53 | }
| ^
snail.cpp:44:13: note: to match this ‘{’
44 | void solve(){
| ^