목록Java (114)
happy coding
[java] 10869.사칙연산
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.*; public class Main { public static void main(String[] args) throws IOException { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); StringTokenizer st = new StringTokenizer(br.readLine()); int a = Integer.parseInt(st.nextToken()); int b = Integer.parseInt(st.next..
coding study/baekjoon
2023. 4. 3. 21:40
[java] 단축키
보호되어 있는 글입니다.
coding study
2023. 4. 3. 21:04