📄 t.java
字号:
// Decompiled by DJ v3.9.9.91 Copyright 2005 Atanas Neshkov Date: 3/8/2007 1:20:10 PM
// Home Page : http://members.fortunecity.com/neshkov/dj.html - Check often for new version!
// Decompiler options: packimports(3)
// Source File Name: T.java
package common;
import java.io.PrintStream;
public class T
{
public T()
{
}
public static void main(String args[])
{
long s = System.currentTimeMillis();
int a[] = new int[0xc0000];
System.out.println("time used = " + (System.currentTimeMillis() - s));
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -