제출 #888563

#제출 시각아이디문제언어결과실행 시간메모리
888563White원숭이와 사과 나무 (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...