2805: Hotel
Description
Language:Default
Buy Tickets
Desc |
Input
* Lines 2..M+1: Line i+1 contains request expressed as one of two possible formats: (a) Two space separated integers representing a check-in request: 1 and Di (b) Three space-separated integers representing a check-out: 2, Xi, and Di
Output
Sample Input Copy
10 6
1 3
1 3
1 3
1 3
2 5 5
1 6
Sample Output Copy
1
4
7
0
5