Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
377498 许安哲 [在线测评解答教程] A+B 问题(有框架) Java 通过 100 888 MS 16328 KB 248 2026-02-01 10:15:30

Tests(11/11):


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


测评信息: