Problem shortest
User FreedomhawksBANANAA
Submission Time 2023-04-03 21:11:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

shortest.cpp:3:18: error: stray ‘#’ in program
3 | _1_50 = 1 << 50 # 2**50 == 1,125,899,906,842,624
| ^
shortest.cpp:6:7: error: missing terminating " character
6 | """Return the integer part of the square root of x, even for very
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
shortest.cpp:7:28: error: missing terminating " character
7 | large integer values."""
| ^
shortest.cpp:11:35: error: stray ‘#’ in program
11 | return int(math.sqrt(x)) # use math's sqrt() for small parameters
| ^
shortest.cpp:11:45: error: missing terminating ' character
11 | return int(math.sqrt(x)) # use math's sqrt() for small parameters
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
shortest.cpp:14:19: error: stray ‘#’ in program
14 | retur