Submission #50901


ソースコード

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#include<iostream>
#include<string>
using namespace std;
signed main(){
cin.tie(0);
ios::sync_with_stdio(false);
string e,f;
cin>>e>>f;
if(e==f){
cout<<"True";
}
else{
cout<<"False";
}
cout<<'\n';
return(0);
}

ステータス

項目 データ
問題 1121 - はいすぺっく()フレンズ
ユーザー名 ei1923
投稿日時 2019-06-25 16:16:40
言語 C++
状態 Accepted
得点 1
ソースコード長 255 Byte
最大実行時間 30 ms
最大メモリ使用量 604 KB

セット

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

テストケース

ファイル名 状態 実行時間 メモリ使用量 #
in_01.txt AC 23 ms 604 KB
1
in_02.txt AC 30 ms 432 KB
1
in_03.txt AC 15 ms 508 KB
1
in_04.txt AC 23 ms 468 KB
1
in_05.txt AC 19 ms 556 KB
1
in_06.txt AC 27 ms 516 KB
1