| # | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
|---|---|---|---|---|---|---|---|
| 1205125 | stdfloat | 버섯 세기 (IOI20_mushrooms) | C++20 | 0 ms | 420 KiB |
#include <bits/stdc++.h>
#include "mushrooms.h"
// #include "grader.cpp"
using namespace std;
int count_mushrooms(int n) {
vector<int> x(n);
iota(x.begin(), x.end(), 0);
return (use_machine(x) >> 1) + 1;
}
// int use_machine(vector<int> x);
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
