Problem | shortest |
---|---|
User | Elnathan |
Submission Time | 2023-05-08 17:36:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
shortest.cpp:3:32: error: empty character constant
3 | print(int(math.sqrt(x)), end = '')
| ^~
shortest.cpp:1:1: error: ‘import’ does not name a type
1 | import math
| ^~~~~~