# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
888563 | White | Monkey and Apple-trees (IZhO12_apple) | C++14 | 0 ms | 348 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#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 |
---|---|---|---|---|
Fetching results... |