Submission #65939023


Source Code Expand

//People who believe in miracles are as amazing as miracles themselves.
#include<bits/stdc++.h>
#define ll long long
using namespace std;
inline ll read(){
    ll x=0,f=1;char ch=getchar();
    while(ch<'0'||ch>'9'){if(ch=='-') f=-f;ch=getchar();}
    while(ch>='0'&&ch<='9')x=(x<<3)+(x<<1)+(ch^48),ch=getchar();
    return x*f;
}

pair<int,int> A,B;

inline void solve(){
    cin>>A.first>>A.second>>B.first>>B.second;
    if(B<A) cout<<"Yes"<<endl;
    else cout<<"No"<<endl;
}

signed main(){
#ifndef ONLINE_JUDGE
    freopen("../1.in","r",stdin);
    freopen("../1.out","w",stdout);
#endif
    return solve(),0;
}

Submission Info

Submission Time
Task A - Not Acceptable
User include_BM
Language C++ 20 (gcc 12.2)
Score 100
Code Size 642 Byte
Status AC
Exec Time 1 ms
Memory 3688 KiB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 3
AC × 24
Set Name Test Cases
Sample example_00.txt, example_01.txt, example_02.txt
All example_00.txt, example_01.txt, example_02.txt, hand_00.txt, hand_01.txt, hand_02.txt, hand_03.txt, hand_04.txt, hand_05.txt, random_00.txt, random_01.txt, random_02.txt, random_03.txt, random_04.txt, random_05.txt, random_06.txt, random_07.txt, random_08.txt, random_09.txt, random_10.txt, random_11.txt, random_12.txt, random_13.txt, random_14.txt
Case Name Status Exec Time Memory
example_00.txt AC 1 ms 3552 KiB
example_01.txt AC 1 ms 3616 KiB
example_02.txt AC 1 ms 3688 KiB
hand_00.txt AC 1 ms 3488 KiB
hand_01.txt AC 1 ms 3540 KiB
hand_02.txt AC 1 ms 3492 KiB
hand_03.txt AC 1 ms 3532 KiB
hand_04.txt AC 1 ms 3496 KiB
hand_05.txt AC 1 ms 3496 KiB
random_00.txt AC 1 ms 3460 KiB
random_01.txt AC 1 ms 3484 KiB
random_02.txt AC 1 ms 3412 KiB
random_03.txt AC 1 ms 3616 KiB
random_04.txt AC 1 ms 3680 KiB
random_05.txt AC 1 ms 3612 KiB
random_06.txt AC 1 ms 3552 KiB
random_07.txt AC 1 ms 3456 KiB
random_08.txt AC 1 ms 3500 KiB
random_09.txt AC 1 ms 3556 KiB
random_10.txt AC 1 ms 3460 KiB
random_11.txt AC 1 ms 3496 KiB
random_12.txt AC 1 ms 3464 KiB
random_13.txt AC 1 ms 3500 KiB
random_14.txt AC 1 ms 3492 KiB