/ SeriousOJ /

Record Detail

Accepted


  
# Status Time Cost Memory Cost
#1 Accepted 91ms 10.859 MiB
#2 Accepted 95ms 10.992 MiB
#3 Accepted 96ms 11.035 MiB
#4 Accepted 92ms 10.922 MiB
#5 Accepted 89ms 10.895 MiB
#6 Accepted 92ms 11.402 MiB
#7 Accepted 95ms 10.941 MiB
#8 Accepted 92ms 10.68 MiB
#9 Accepted 91ms 11.113 MiB
#10 Accepted 91ms 10.938 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-11-11 03:04:38
Judged By
Score
100
Total Time
96ms
Peak Memory
11.402 MiB