Problem shortest
User IWKR
Submission Time 2023-02-17 17:08:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

shortest.cpp:1:1: error: ‘import’ does not name a type
1 | import math
| ^~~~~~
shortest.cpp:4:6: error: expected constructor, destructor, or type conversion before ‘(’ token
4 | print(int(math.sqrt(val)))
| ^