Submission #54554078
Source Code Expand
Copy
#include <iostream>#include <stdio.h>#include <math.h>#include <vector>#include <algorithm>#include <set>#include <map>#include <fstream>#include <iomanip>#include <stack>#include <cmath>#include <queue>#include <assert.h>#include <climits>#include <functional>#include <string>#include <utility>#include <unordered_set>#include <numeric>#include <random>#include <complex>
#include <iostream> #include <stdio.h> #include <math.h> #include <vector> #include <algorithm> #include <set> #include <map> #include <fstream> #include <iomanip> #include <stack> #include <cmath> #include <queue> #include <assert.h> #include <climits> #include <functional> #include <string> #include <utility> #include <unordered_set> #include <numeric> #include <random> #include <complex> #include <tuple> #include <array> #include <bitset> using namespace std; typedef vector<int> vi; typedef long long ll; typedef pair<int, int> pii; typedef pair<int, ll> pil; typedef pair<ll, ll> pll; typedef pair<ll, pii> plp; typedef pair<pii, int> ppi; typedef long double ld; typedef vector<double> vd; typedef array<int, 4> a4; int main(){ cin.tie(0)->sync_with_stdio(0); string s, t; cin >> s >> t; if(s == "AtCoder" && t == "Land") cout << "Yes\n"; else cout << "No\n"; return 0; }
Submission Info
Submission Time | |
---|---|
Task | A - Welcome to AtCoder Land |
User | surajchips |
Language | C++ 20 (gcc 12.2) |
Score | 100 |
Code Size | 967 Byte |
Status | AC |
Exec Time | 1 ms |
Memory | 3596 KB |
Judge Result
Set Name | Sample | All | ||||
---|---|---|---|---|---|---|
Score / Max Score | 0 / 0 | 100 / 100 | ||||
Status |
|
|
Set Name | Test Cases |
---|---|
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 |
Case Name | Status | Exec Time | Memory |
---|---|---|---|
00_sample_00.txt | AC | 1 ms | 3512 KB |
00_sample_01.txt | AC | 1 ms | 3460 KB |
00_sample_02.txt | AC | 1 ms | 3452 KB |
01_random_00.txt | AC | 1 ms | 3420 KB |
01_random_01.txt | AC | 1 ms | 3456 KB |
01_random_02.txt | AC | 1 ms | 3516 KB |
01_random_03.txt | AC | 1 ms | 3444 KB |
01_random_04.txt | AC | 1 ms | 3520 KB |
01_random_05.txt | AC | 1 ms | 3464 KB |
02_handmade_00.txt | AC | 1 ms | 3320 KB |
02_handmade_01.txt | AC | 1 ms | 3596 KB |