提出 #54551178


ソースコード 拡げる

#include <iostream>
#include <vector>
#include <string>
#include <math.h>
#include <cmath>
#include <iomanip>
#include <cstdio>
#include <algorithm>
#include <numeric>
#include <map>
#include <set>
#include <queue>
#include <stack>
#include <deque>
#include <bitset>
#include <cstring>
#include <unordered_map>

using namespace std;
typedef long long ll;


int main(){
    string a, b;
    cin >> a >> b;
    
    cout << ((a ==  "AtCoder" && b == "Land" ) ? "Yes" : "No") << endl;
     
    return 0;
}

提出情報

提出日時
問題 A - Welcome to AtCoder Land
ユーザ Ksusha
言語 C++ 20 (gcc 12.2)
得点 100
コード長 534 Byte
結果 AC
実行時間 1 ms
メモリ 3648 KiB

ジャッジ結果

セット名 Sample All
得点 / 配点 0 / 0 100 / 100
結果
AC × 3
AC × 11
セット名 テストケース
Sample 00_sample_00.txt, 00_sample_01.txt, 00_sample_02.txt
All 00_sample_00.txt, 00_sample_01.txt, 00_sample_02.txt, 01_random_00.txt, 01_random_01.txt, 01_random_02.txt, 01_random_03.txt, 01_random_04.txt, 01_random_05.txt, 02_handmade_00.txt, 02_handmade_01.txt
ケース名 結果 実行時間 メモリ
00_sample_00.txt AC 1 ms 3648 KiB
00_sample_01.txt AC 1 ms 3456 KiB
00_sample_02.txt AC 1 ms 3440 KiB
01_random_00.txt AC 1 ms 3440 KiB
01_random_01.txt AC 1 ms 3564 KiB
01_random_02.txt AC 1 ms 3496 KiB
01_random_03.txt AC 1 ms 3556 KiB
01_random_04.txt AC 1 ms 3560 KiB
01_random_05.txt AC 1 ms 3564 KiB
02_handmade_00.txt AC 1 ms 3456 KiB
02_handmade_01.txt AC 1 ms 3468 KiB