Problem shortest
User Elnathan
Submission Time 2024-02-03 23:40:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

shortest.cpp:1:17: error: stray ‘\302’ in program
1 | from math import *
| ^
shortest.cpp:1:18: error: stray ‘\240’ in program
1 | from math import *
| ^
shortest.cpp:1:1: error: ‘from’ does not name a type
1 | from math import *
| ^~~~