| # | Time | Username | Problem | Language | Result | Execution time | Memory | 
|---|---|---|---|---|---|---|---|
| 1185630 | islam_2010 | Counting Mushrooms (IOI20_mushrooms) | C++20 | 0 ms | 320 KiB | 
#include <bits/stdc++.h>
#include "mushrooms.h"
using namespace std;
int count_mushrooms(int n){
    int ans = 0;
    for(int i = 0; i < n-1; i--){
        ans += (use_machine({0, i})==1);
    }return ans;
}
| # | Verdict | Execution time | Memory | Grader output | 
|---|---|---|---|---|
| Fetching results... | ||||
