Problem retrenchment
User Huoi
Submission Time 2026-06-25 10:05:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

retrenchment.cpp:1:1: error: ‘a’ does not name a type
1 | a=list(map(int, input().split()));print((a[0]-1)//a[1])
| ^
retrenchment.cpp:1:40: error: expected constructor, destructor, or type conversion before ‘(’ token
1 | a=list(map(int, input().split()));print((a[0]-1)//a[1])
| ^