Problem | sandd |
---|---|
User | shawn |
Submission Time | 2024-05-18 11:39:32 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sandd.cpp: In function ‘int getPrice(ll)’:
sandd.cpp:9:11: error: ‘p’ was not declared in this scope
9 | ll hi = p;
| ^
sandd.cpp:10:15: error: ‘high’ was not declared in this scope; did you mean ‘hi’?
10 | while (low<=high){
| ^~~~
| hi