728x90
백준 1001 A-B
import java.io.*;
public class Main {
public static void main(String[] args) throws IOException {
int a = System.in.read();
System.in.read();
int b = System.in.read();
System.out.println(a-b);
}
}
728x90
'Algorithm > Java 풀이' 카테고리의 다른 글
백준 1008 자바 (0) | 2022.03.11 |
---|---|
백준 10998 자바 (0) | 2022.03.11 |
백준 1000 자바 (0) | 2022.03.11 |
백준 10172 자바 (0) | 2022.03.11 |
백준 10171 자바 (0) | 2022.03.11 |