Submission #1606276


Source Code Expand

import java.util.Scanner;

public class Main{
  public static void main(String[] args){
    Scanner sc = new Scanner(System.in);
    String a = sc.next();
    String b = sc.next();
    if(a==b){
      System.out.println("H");
    }else{
      System.out.println("D");
    }
  }
}

Submission Info

Submission Time
Task A - HonestOrDishonest
User BLOND
Language Java8 (OpenJDK 1.8.0)
Score 0
Code Size 292 Byte
Status WA
Exec Time 88 ms
Memory 21588 KB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 0 / 100
Status
AC × 1
WA × 2
AC × 2
WA × 2
Set Name Test Cases
Sample 0_000.txt, 0_001.txt, 0_002.txt
All 0_000.txt, 0_001.txt, 0_002.txt, 1_003.txt
Case Name Status Exec Time Memory
0_000.txt WA 87 ms 18644 KB
0_001.txt AC 87 ms 19796 KB
0_002.txt WA 88 ms 21588 KB
1_003.txt AC 87 ms 19028 KB