ddolsoon / KHU_Algorithm_Study

알고리즘 스터디 원격 저장소(ddolsoon,jinman)
4 stars 1 forks source link

1860 - 진기의 최고급 붕어빵 D3 #86

Open ddolsoon opened 6 years ago

ddolsoon commented 6 years ago

branch : ddolsoon commit : 48b9e951106dadec5c632e627a1d0078a0920559

About The Problem


        int n, m, k;
        cin >> n >> m >> k;
        int temp;
        for (int i = 0; i < n; i++) {
            cin >> temp;
            wait_time.push(-temp);
        }

UnSolved

Tips