Problem sort
User Junxian
Submission Time 2026-03-14 17:40:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sort.cpp:2:1: error: expected constructor, destructor, or type conversion before ‘print’
2 | print(*sorted(map(int, input().split())))
| ^~~~~