| Problem | candymountain_ex |
|---|---|
| User | shenshiqi |
| Submission Time | 2025-11-21 14:44:27 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
candymountain_ex.cpp: In function ‘int main()’:
candymountain_ex.cpp:31:14: error: ‘minVal’ was not declared in this scope
31 | ll low = minVal, high = maxVal, ans;
| ^~~~~~
candymountain_ex.cpp:32:19: error: ‘high’ was not declared in this scope
32 | while (low <= high){
| ^~~~
candymountain_ex.cpp:36:13: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
36 | ans = mid;
| ^~~
| abs
candymountain_ex.cpp:43:13: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
43 | cout << ans << "\n";
| ^~~
| abs