백준
[JAVA] 백준 1330번 두 수 비교하기
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); Integer a = scanner.nextInt(); Integer b = scanner.nextInt(); if (ab) { System.out.println(">"); } else { System.out.println("=="); } } }