| Problem | shortest |
|---|---|
| User | IWKR |
| Submission Time | 2023-02-17 17:21:48 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
shortest.cpp:6:35: error: stray ‘#’ in program
6 | return int(math.sqrt(x)) # use math's sqrt() for small parameters
| ^
shortest.cpp:6:45: error: missing terminating ' character
6 | return int(math.sqrt(x)) # use math's sqrt() for small parameters
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
shortest.cpp:1:1: error: ‘import’ does not name a type
1 | import math
| ^~~~~~