mirror of
https://github.com/Kiritow/OJ-Problems-Source.git
synced 2024-03-22 13:11:29 +08:00
Create 1000_冰封.java
This commit is contained in:
parent
cf749a5291
commit
577a9dde8d
13
POJ/1000_冰封.java
Normal file
13
POJ/1000_冰封.java
Normal file
|
@ -0,0 +1,13 @@
|
|||
import java.util.Scanner;
|
||||
|
||||
/**
|
||||
* @author ice1000
|
||||
* Created by weber on 2016/6/13.
|
||||
*/
|
||||
public class Main {
|
||||
public static void main(String[] args) {
|
||||
Scanner scanner = new Scanner(System.in);
|
||||
int a = scanner.nextInt(), b = scanner.nextInt();
|
||||
System.out.println(a + b);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user