public class Main {
public static void main(String[] args) {
System.out.println(10 > 9); // 输出 true , 因为 10 大于 9
}