Problem | smurfpaths |
---|---|
User | WH8 |
Submission Time | 2023-12-13 13:59:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
smurfpaths.cpp: In function ‘long long int query(long long int)’:
smurfpaths.cpp:129:15: error: a function-definition is not allowed here before ‘{’ token
129 | int32_t main(){
| ^
smurfpaths.cpp:180:1: error: expected ‘}’ at end of input
180 | }
| ^
smurfpaths.cpp:118:17: note: to match this ‘{’
118 | int query(int x){
| ^