Problem sort
User xyzidk9
Submission Time 2026-04-25 11:18:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sort.cpp:2:1: error: expected initializer before ‘a’
2 | a = list(map(int,input().strip().split()))
| ^