Accepted
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