ACM:A+B问题Java题解代码

From , 4 Years ago, written in Java, viewed 52 times.
URL https://pastebin.vip/view/7d265aa7
  1. import java.io.*;
  2. import java.util.*;
  3. public class Main
  4. {
  5.             public static void main(String args[]) throws Exception
  6.             {
  7.                     Scanner cin=new Scanner(System.in);
  8.                     int a=cin.nextInt(),b=cin.nextInt();
  9.                     System.out.println(a+b);
  10.             }
  11. }
  12. //java/8137

Reply to "ACM:A+B问题Java题解代码"

Here you can reply to the paste above

captcha

https://burned.cc - Burn After Reading Website