Search Questions

Company: CITYBANK

#1

You've been asked to program a bot for a popular bank that will automate the management of incoming requests. Every request has its own timestamp in seconds, and it is guaranteed that all requests come sequentially, i.e. the timestamp is strictly increasing. There are two types of incoming requests:

. deposit <timestamp> <holder_id> <amount> - request to deposit <amount> amount of money in the

Asked in: CITYBANK


Buyer: 0
Code Size: