Submission #30413


ソースコード

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import java.io.*;
public class Main {
public static void main(String[] $) throws IOException {
BufferedReader br =
new BufferedReader(new InputStreamReader(System.in));
int a = br.readLine().length();
int b = br.readLine().length();
System.out.println(
a == b ? "Draw..."
: a > b ? "HTN is stronger than TDN."
: "TDN is stronger than HTN."
);
}
}

ステータス

項目 データ
問題 0882 - HランDB
ユーザー名 Arumakan_ei1727
投稿日時 2018-01-27 21:25:11
言語 Java
状態 Accepted
得点 1
ソースコード長 419 Byte
最大実行時間 72 ms
最大メモリ使用量 14204 KB

セット

セット 得点 Cases
1 ALL 1 / 1 *

テストケース

ファイル名 状態 実行時間 メモリ使用量 #
input01.txt AC 57 ms 12460 KB
1
input02.txt AC 63 ms 13864 KB
1
input03.txt AC 67 ms 14096 KB
1
input04.txt AC 56 ms 12084 KB
1
input05.txt AC 62 ms 13356 KB
1
input06.txt AC 58 ms 13080 KB
1
input07.txt AC 55 ms 13500 KB
1
input08.txt AC 72 ms 14204 KB
1