pr8676.java
来自「this gcc-g++-3.3.1.tar.gz is a source fi」· Java 代码 · 共 12 行
JAVA
12 行
public class pr8676 { // The problem here was that this function couldn't be compiled to // bytecode. private void f(long j) { boolean x = (1 << j) != 0; } public static void main(String[] args) { }}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?