Problem sort2
User kiwiwi
Submission Time 2025-07-11 17:50:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sort2.cpp:1:3: error: invalid preprocessing directive #Impart; did you mean #import?
1 | # Impart, sis! Set it to recurse so wide,
| ^~~~~~
| import
sort2.cpp:2:3: error: invalid preprocessing directive #A
2 | # A million folds the machine shall abide.
| ^
sort2.cpp:3:5: error: expected constructor, destructor, or type conversion before ‘(’ token
3 | exec(input());print(*sorted(map(int,input().split())))
| ^
sort2.cpp:3:20: error: expected constructor, destructor, or type conversion before ‘(’ token
3 | exec(input());print(*sorted(map(int,input().split())))
| ^