您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

Invoker2.java 179B

1234567
  1. import java.lang.reflect.Method;
  2. public class Invoker2 {
  3. public static void main(String[] args) throws Throwable {
  4. C2.main(null); // C2.main() isnt broken but C2.foo() is
  5. }
  6. }