记录详情

System Error


  
VJ4Error('ProblemDataNotFoundError', '题目 1001 的数据未找到。', 'free_oj', 1001)

代码

import java.io.*;
import java.util.Scanner;

public class Main {

    /**
     * @param args
     * @throws IOException 
     */
    public static void main(String[] args) throws IOException {
        Scanner sc = new Scanner(System.in);
        int a = sc.nextInt();
        int b = sc.nextInt();
        System.out.println(a + b);
    }
}

信息

递交者
类型
递交
题目
P1001 1002 8
语言
Java
递交时间
2024-10-25 09:35:03
评测时间
2024-10-25 09:35:03
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes