Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
14 admin [在线测评解答教程] A+B Problem Java 通过 169 MS 15148 KB 258 2024-12-10 23:21:07

Tests(11/11):


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.print(a + b + "\n"); } }


测评信息: