/ SeriousOJ /

Record Detail

Accepted


  
# Status Time Cost Memory Cost
#1 Accepted 114ms 15.543 MiB
#2 Accepted 119ms 14.934 MiB
#3 Accepted 114ms 15.219 MiB
#4 Accepted 106ms 15.391 MiB
#5 Accepted 110ms 14.977 MiB
#6 Accepted 114ms 15.02 MiB
#7 Accepted 121ms 14.941 MiB
#8 Accepted 123ms 15.039 MiB
#9 Accepted 121ms 15.141 MiB
#10 Accepted 125ms 15.129 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
2025-02-09 14:04:20
Judged By
Score
100
Total Time
125ms
Peak Memory
15.543 MiB