Problem | nombor |
---|---|
User | PlayVoltz |
Submission Time | 2023-12-17 01:18:10 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
nombor.cpp: In function ‘int32_t main()’:
nombor.cpp:11:16: error: ‘high’ was not declared in this scope
11 | while (low+1<high){
| ^~~~
nombor.cpp:13:18: error: ‘mid’ was not declared in this scope
13 | if (a*a*a+a*a*mid+a*mid*mid+mid*mid*mid<=n)high=mid;
| ^~~