public class Main {
public static void main(String[] args) {
if (20 > 18) {
System.out.println("20 大于 18"); // 显然成立
}