732.cc 124 B

12345678910
  1. class MyCalendarThree {
  2. public:
  3. MyCalendarThree() {
  4. }
  5. int book(int start, int end) {
  6. }
  7. };