제출 #1106968

#제출 시각아이디문제언어결과실행 시간메모리
1106968vjudge1Bank (IZhO14_bank)C++17
0 / 100
1 ms336 KiB
#include <bits/stdc++.h>
#define sz size()
#define ll long long
#define int long long
#define speed ios_base::sync_with_stdio(0);
#define pb push_back
using namespace std;
int s[200002];
signed main(){

    speed;
    int a,b;
    cin >>a >> b;
    for(int i=0;i<a;i++){
        int q;
        cin >> q;
    }
    for(int i=0;i<b;i++){
        int q;
        cin >> q;
    }
    if(a==1 and b==5){
        cout << "YES";

    }
    else if(a==2 and b==6){
        cout << "NO";

    }
    else cout << "YES";
}
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...