| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1257947 | Canuc80k | 3개의 봉우리 (IOI25_triples) | C++20 | 0 ms | 0 KiB |
std::vector<int> construct_range(int M, int K) {
cout << M << '\n';
for (int i = 1; i <= M; i ++) cout << 1 << ' ';
}
| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1257947 | Canuc80k | 3개의 봉우리 (IOI25_triples) | C++20 | 0 ms | 0 KiB |