Problem | cuberoot |
---|---|
User | newperson |
Submission Time | 2025-01-25 22:27:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘ll bs(ll, ll, ll)’:
cuberoot.cpp:15:31: error: expected primary-expression before ‘<<’ token
15 | if (mp*mp*mp == x) return << mp;
| ^~