Advertisement
theloicdmt

Untitled

Sep 19th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.21 KB | None | 0 0
  1. import java.util.Scanner;
  2.  
  3. public class TinhTong {
  4.  
  5.     public static void main(String args[]) {
  6.         int a, b;
  7.         Scanner scanner = new Scanner(System.in);
  8.         a = scanner.nextInt();
  9.         b = scanner.nextInt();
  10.     }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement