Submission #68139


ソースコード

1
2
3
4
5
6
7
8
9
10
11
12
#include<bits/stdc++.h>
using namespace std;
int main(){
string a,b;
cin>>a>>b;
if(a==b){
cout<<"True"<<endl;
}else{
cout<<"False"<<endl;
}
return 0;
}

ステータス

項目 データ
問題 1121 - はいすぺっく()フレンズ
ユーザー名 ei2113
投稿日時 2021-08-24 09:33:55
言語 C++17
状態 Accepted
得点 1
ソースコード長 202 Byte
最大実行時間 46 ms
最大メモリ使用量 672 KB

セット

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

テストケース

ファイル名 状態 実行時間 メモリ使用量 #
in_01.txt AC 25 ms 604 KB
1
in_02.txt AC 26 ms 576 KB
1
in_03.txt AC 20 ms 672 KB
1
in_04.txt AC 34 ms 512 KB
1
in_05.txt AC 46 ms 480 KB
1
in_06.txt AC 20 ms 580 KB
1