Skip to content

Instantly share code, notes, and snippets.

@keehyun2
Created January 14, 2018 07:24
Show Gist options
  • Save keehyun2/8c5190bdc6a62c0c1d3d93e247acc31d to your computer and use it in GitHub Desktop.
Save keehyun2/8c5190bdc6a62c0c1d3d93e247acc31d to your computer and use it in GitHub Desktop.
import java.util.*;
public class Main{
public static void main(String args[]){
Scanner sc = new Scanner(System.in);
System.out.println(sc.nextInt() + sc.nextInt()); // 입력받은 변수를 저장없이 바로 출력
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment