| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1347395 | hmms127 | Counting Mushrooms (IOI20_mushrooms) | C++20 | 35 ms | 400 KiB |
#include "mushrooms.h"
int count_mushrooms(int n) {
int cnt=1;
for (int i=1;i<n;i++)cnt+=1-use_machine({0,i});
return cnt;
}
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
