/ neko /

记录详情

Accepted


  
# 状态 耗时 内存占用
#1 Accepted 85ms 9.152 MiB
#2 Accepted 84ms 9.164 MiB
#3 Accepted 85ms 9.145 MiB
#4 Accepted 85ms 9.164 MiB
#5 Accepted 85ms 9.152 MiB
#6 Accepted 85ms 9.156 MiB
#7 Accepted 84ms 9.16 MiB
#8 Accepted 84ms 9.152 MiB
#9 Accepted 84ms 9.145 MiB
#10 Accepted 84ms 9.148 MiB

代码

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 1001.A+B problem
题目数据
下载
语言
Java
递交时间
2021-01-24 17:30:31
评测时间
2021-01-24 17:30:31
评测机
分数
100
总耗时
850ms
峰值内存
9.164 MiB