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