Problem | platonic |
---|---|
User | Rohith0009 |
Submission Time | 2025-06-19 12:55:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
platonic.cpp: In function ‘int main()’:
platonic.cpp:31:3: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
31 | ans = max(ans,k)l
| ^~~
| abs
platonic.cpp:33:10: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
33 | cout << ans;
| ^~~
| abs