Loading...
Submission
Id When Author Problem Language CPU Memory Verdict
17790 2024-04-23 19:12:32 ZubayearBinKhaled A Plus B Java 0 ms 0 kb Compilation Error
Test Cases
CPU Memory Verdict
1 0 ms 0 kb Compilation Error
2 - - Skipped
3 - - Skipped
4 - - Skipped
5 - - Skipped
6 - - Skipped
Source Code
program.java
Download
  1. Scanner input = new Scanner(System.in);
  2. int A = input.nextInt();
  3. int B = input.nextInt();
  4. System.out.println(A+B);