public class HelloWorld { public static void main(String[] args) { int one = 20 ; if (one % 2 > 1){ System.out.println("one是偶数"); } }}
额。。。这样的代码提交之后判断也是通过?为啥啊?
出问题了,是不是老师的这个剪辑器有BUG