제출 #31312

#제출 시각아이디문제언어결과실행 시간메모리
31312imaxbluePipes (BOI13_pipes)C++14
0 / 100
119 ms2020 KiB
#include<iostream>
using namespace std;

int n, m;
int main(){
    cin >> n >> m;
    for (int l=0; l<m; ++l){
        cout << 0 << endl;
    }
    return 0;
}
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…