Submission #3781376


Source Code Expand

import java.util.*;
public class Main {
  public static void main(String[] args) {
    Scanner sc = new Scanner(System.in);
    int A = sc.nextInt();
    int B = sc.nextInt();
    int C = sc.nextInt();
    System.out.println(A+B>C?"Yes":"No");
  }
}

Submission Info

Submission Time
Task A - Two Coins
User on0
Language Java8 (OpenJDK 1.8.0)
Score 0
Code Size 258 Byte
Status WA
Exec Time 99 ms
Memory 21716 KB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 0 / 100
Status
AC × 3
WA × 1
AC × 7
WA × 3
Set Name Test Cases
Sample example_0, example_1, example_2, example_3
All example_0, example_1, example_2, example_3, rand_0, rand_1, rand_2, rand_3, rand_4, rand_5
Case Name Status Exec Time Memory
example_0 AC 97 ms 21716 KB
example_1 AC 97 ms 18644 KB
example_2 AC 98 ms 19024 KB
example_3 WA 99 ms 19668 KB
rand_0 AC 97 ms 19284 KB
rand_1 WA 98 ms 20556 KB
rand_2 AC 97 ms 19796 KB
rand_3 AC 98 ms 20564 KB
rand_4 WA 97 ms 21716 KB
rand_5 AC 99 ms 19540 KB