Problem tourist_noi
User Kelly25
Submission Time 2024-03-01 15:28:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

tourist_noi.cpp:2:36: error: missing terminating ' character
2 | a = list(map(int, input().split(' '')))
| ^~~~
tourist_noi.cpp:1:1: error: ā€˜Nā€™ does not name a type
1 | N, x, y = p(int, input(), split(' '))
| ^