Problem examstress2
User shoryu386
Submission Time 2024-08-03 17:56:03
Score 0

Compile Error

examstress2.cpp:2:2: error: invalid preprocessing directive #a
2 | #a = list(reversed(sorted(list(map(int, input().split())))))
| ^
examstress2.cpp:1:1: error: ā€˜nā€™ does not name a type
1 | n, k = map(int,input().split())
| ^