import java.util.Scanner;


public class Main {
public static void main ( String args[] ) {
Scanner in = new Scanner( System.in );
int a = in.nextInt();
int b = in.nextInt();
System.out.println( a + b + "\n" );
}
}

相关文章:

  • 2022-02-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-07
  • 2021-07-25
猜你喜欢
  • 2022-02-04
  • 2021-07-17
  • 2021-05-25
  • 2021-09-01
  • 2022-12-23
  • 2021-10-03
相关资源
相似解决方案