Submission #31310

#TimeUsernameProblemLanguageResultExecution timeMemory
31310imaxbluePipes (BOI13_pipes)C++14
0 / 100
106 ms3972 KiB
#include <bits/stdc++.h> using namespace std; int n, m, f[500005]; int main(){ cin >> n >> m; for (int l=0; l<m; ++l){ cout << f[l] << endl; } return 0; }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...