OJ上JAVA提交

1 public class Main
2 {
3     public static void main(String[] args) 
4     {
5         System.out.println("1874");
6     }
7 
8 }

结果内存11824 耗时138.....

class定义还必须得是Main.....

原文地址:https://www.cnblogs.com/cgf1993/p/3133420.html