Skip to content

Instantly share code, notes, and snippets.

@holic158
holic158 / app_.gitignore
Created January 18, 2017 09:19
Retrofit Test
/build
@holic158
holic158 / Main.java
Last active May 29, 2018 08:00
1000번 문제
import java.util.*;
public class Main{
public static void main(String args[]) {
Scanner sc = new Scanner(System.in);
//Scanner 객체 생성
int a;
int b;
a = sc.nextInt();
b = sc.nextInt();