Submission #888563

#TimeUsernameProblemLanguageResultExecution timeMemory
888563WhiteMonkey and Apple-trees (IZhO12_apple)C++14
0 / 100
0 ms348 KiB
#include <bits/stdc++.h>
#define endl "\n"
using namespace std;

bitset<200000000>onlyOne,hasOne;

int main(){


    int n;
    cin>>n;
    for(int t=0;t<n;t++){
        int l,r,type;
        cin>>type>>l>>r;
    }
    cout<<0<<endl;

    return 0;
}
#Verdict Execution timeMemoryGrader output
Fetching results...