Submission #50944


ソースコード

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#include<bits/stdc++.h>
using namespace std;
signed main(){
cin.tie(0);
ios::sync_with_stdio(false);
int a=1,b,c;
string g,h;
getline(cin,g);
getline(cin,h);
if(g.size()<h.size()){
cout <<"TDN is stronger than HTN.\n";
}
if(g.size()>h.size()){
cout <<"HTN is stronger than TDN.\n";
}
if(g.size()==h.size()){
cout <<"Draw...\n";
}
return(0);
}

ステータス

項目 データ
問題 0882 - HランDB
ユーザー名 ei1923
投稿日時 2019-06-26 17:58:11
言語 C++
状態 Accepted
得点 1
ソースコード長 401 Byte
最大実行時間 26 ms
最大メモリ使用量 604 KB

セット

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

テストケース

ファイル名 状態 実行時間 メモリ使用量 #
input01.txt AC 25 ms 604 KB
1
input02.txt AC 22 ms 440 KB
1
input03.txt AC 18 ms 396 KB
1
input04.txt AC 23 ms 480 KB
1
input05.txt AC 19 ms 436 KB
1
input06.txt AC 26 ms 520 KB
1
input07.txt AC 26 ms 476 KB
1
input08.txt AC 20 ms 560 KB
1