답안 #888563

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
888563 2023-12-17T19:05:39 Z White 원숭이와 사과 나무 (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;
}
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 348 KB Output isn't correct
2 Halted 0 ms 0 KB -