제출 #31308

#제출 시각아이디문제언어결과실행 시간메모리
31308imaxbluePipes (BOI13_pipes)C++14
0 / 100
109 ms21552 KiB
#include <bits/stdc++.h>
using namespace std;

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