Submission #888563

# Submission time Handle Problem Language Result Execution time Memory
888563 2023-12-17T19:05:39 Z White Monkey and Apple-trees (IZhO12_apple) C++14
0 / 100
0 ms 348 KB
#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 time Memory Grader output
1 Incorrect 0 ms 348 KB Output isn't correct
2 Halted 0 ms 0 KB -