Submission #30506
ソースコード
1 2 3 4 5 6 7 8 9 10 11 | #include<stdio.h> #include<string.h> main(){ char a[300],b[300]; fgets (a, sizeof (a),stdin); fgets (b, sizeof (b),stdin); if ( strlen (a) > strlen (b)) printf ( "HTN is stronger than TDN.\n" ); else if ( strlen (a) < strlen (b)) printf ( "TDN is stronger than HTN.\n" ); else printf ( "Draw...\n" ); return 0; } |
ステータス
項目 | データ |
---|---|
問題 | 0882 - HランDB |
ユーザー名 | ei1612 |
投稿日時 | 2018-01-31 18:02:03 |
言語 | C |
状態 | Accepted |
得点 | 1 |
ソースコード長 | 313 Byte |
最大実行時間 | 21 ms |
最大メモリ使用量 | 556 KB |
セット
セット | 得点 | Cases | |
---|---|---|---|
1 | ALL | 1 / 1 | * |
テストケース
ファイル名 | 状態 | 実行時間 | メモリ使用量 | # |
---|---|---|---|---|
input01.txt | AC | 20 ms | 380 KB |
1
|
input02.txt | AC | 16 ms | 408 KB |
1
|
input03.txt | AC | 19 ms | 460 KB |
1
|
input04.txt | AC | 15 ms | 520 KB |
1
|
input05.txt | AC | 13 ms | 476 KB |
1
|
input06.txt | AC | 19 ms | 500 KB |
1
|
input07.txt | AC | 21 ms | 556 KB |
1
|
input08.txt | AC | 16 ms | 384 KB |
1
|