/ SeriousOJ /

Record Detail

Accepted


  
# Status Time Cost Memory Cost
#1 Accepted 92ms 14.887 MiB
#2 Accepted 92ms 14.086 MiB
#3 Accepted 91ms 14.402 MiB
#4 Accepted 105ms 14.34 MiB
#5 Accepted 118ms 14.062 MiB
#6 Accepted 116ms 14.238 MiB
#7 Accepted 91ms 14.25 MiB
#8 Accepted 94ms 14.059 MiB
#9 Accepted 101ms 14.648 MiB
#10 Accepted 109ms 14.996 MiB

Code

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);
    }
}

Information

Submit By
Type
Submission
Problem
P1000 A + B
Language
Java 8 (OpenJDK 1.8.0_422)
Submit At
2024-08-26 13:30:43
Judged At
2024-09-05 15:59:11
Judged By
Score
100
Total Time
118ms
Peak Memory
14.996 MiB