Submission #46045
ソースコード
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | #include <stdio.h> int main( void ) { char str1[256], str2[256]; scanf ( "%s" , &str1); scanf ( "%s" , &str2); if ( str1 > str2 ) { printf ( "HTN is stronger than TDN.\n" ); } else if ( str1 == str2 ) { printf ( "Draw...\n" ); } else { printf ( "TDN is stronger than HTN.\n" ); } return 0; } |
ステータス
項目 | データ |
---|---|
問題 | 0882 - HランDB |
ユーザー名 | sth18_k-masui |
投稿日時 | 2018-12-18 16:48:37 |
言語 | C |
状態 | Wrong Answer |
得点 | 0 |
ソースコード長 | 306 Byte |
最大実行時間 | 30 ms |
最大メモリ使用量 | 544 KB |
セット
セット | 得点 | Cases | |
---|---|---|---|
1 | ALL | 0 / 1 | * |
テストケース
ファイル名 | 状態 | 実行時間 | メモリ使用量 | # |
---|---|---|---|---|
input01.txt | AC | 30 ms | 504 KB |
1
|
input02.txt | WA | 25 ms | 528 KB |
1
|
input03.txt | WA | 18 ms | 356 KB |
1
|
input04.txt | WA | 23 ms | 396 KB |
1
|
input05.txt | AC | 16 ms | 544 KB |
1
|
input06.txt | WA | 25 ms | 464 KB |
1
|
input07.txt | WA | 19 ms | 424 KB |
1
|
input08.txt | AC | 15 ms | 444 KB |
1
|