| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1356809 | Sacharlemagne | 버섯 세기 (IOI20_mushrooms) | C++20 | 37 ms | 400 KiB |
#include "mushrooms.h"
using namespace std;
typedef vector<int> vi;
int count_mushrooms(int n) {
int ans = 0;
for (int i = 1; i<n; ++i) {
ans += 1-use_machine(vi{0, i});
}
return ans+1;
}
| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
