Problem | pigeonnests |
---|---|
User | Henries |
Submission Time | 2024-12-18 23:57:06 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pigeonnests.cpp: In member function ‘void node::prop()’:
pigeonnests.cpp:31:13: error: ‘v’ was not declared in this scope
31 | if (v < 0 && val.first <=-300000000000){
| ^
pigeonnests.cpp:32:4: error: continue statement not within a loop
32 | continue;
| ^~~~~~~~
pigeonnests.cpp:38:7: error: ‘v’ was not declared in this scope
38 | if (v < 0 && val.first <=-300000000000){
| ^
pigeonnests.cpp:39:4: error: continue statement not within a loop
39 | continue;
| ^~~~~~~~