| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1356807 | Sacharlemagne | 버섯 세기 (IOI20_mushrooms) | C++20 | 0 ms | 344 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 += use_machine(vi{0, i});
}
return ans;
}
| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
