归档 2019年7月

[LeetCode]Print in Order

题目描述:

LeetCode 1114. Print in Order

Suppose we have a class:

public class Foo {
  public void first() { print("first"); }
  public void second() { print("second"); }
  public void third() { print("third"); }
}

The same instance of Foo will be passed ...

继续阅读

每日归档

上个月

下个月

归档