poisonparen.java
来自「java中的一些难题」· Java 代码 · 共 11 行
JAVA
11 行
public class PoisonParen {
/*
* Add a declaration that initializes a field to some expression and
* compile the program. It must compile without error. Now add a pair
* of parentheses around a subexpression that serves merely to reinforce
* the order of evaluation that was performed before you inserted the
* parentheses. Recompile the program. If it no longer compiles, then
* you've solved the puzzle!
*/
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?