提交时间:2023-12-17 14:42:29
运行 ID: 34226
import java.util.Scanner; public class main { public static void main(String[] args) { int a,b,c; Scanner scanf=new Scanner(System.in); a=scanf.nextInt(); b=scanf.nextInt(); c=a+b; System.out.printIn(c); } }