Problem chope
User sophi
Submission Time 2023-12-09 11:13:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

chope.cpp:11:14: error: invalid preprocessing directive #print
11 | #print(x)
| ^~~~~
chope.cpp:16:10: error: invalid preprocessing directive #print
16 | #print(int(avail))
| ^~~~~
chope.cpp:1:1: error: ā€˜nā€™ does not name a type
1 | n,s = map(int,input().split())
| ^