Submission #30432


ソースコード

1
2
3
4
5
6
7
8
str1=raw_input();
str2=raw_input();
if len(str1)>len(str2):
print "HTN is stronger than TDN."
elif len(str2)>len(str1):
print "TDN is stronger than HTN."
else:
print "Draw..."

ステータス

項目 データ
問題 0882 - HランDB
ユーザー名 Zzz..ei1704..Zzz
投稿日時 2018-01-29 18:17:55
言語 Python2
状態 Accepted
得点 1
ソースコード長 196 Byte
最大実行時間 36 ms
最大メモリ使用量 2420 KB

セット

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

テストケース

ファイル名 状態 実行時間 メモリ使用量 #
input01.txt AC 30 ms 2208 KB
1
input02.txt AC 23 ms 2352 KB
1
input03.txt AC 22 ms 2372 KB
1
input04.txt AC 24 ms 2248 KB
1
input05.txt AC 36 ms 2276 KB
1
input06.txt AC 24 ms 2420 KB
1
input07.txt AC 27 ms 2292 KB
1
input08.txt AC 29 ms 2196 KB
1