# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1054613 | LittleOrange | Counting Mushrooms (IOI20_mushrooms) | C++17 | 128 ms | 596 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#include "mushrooms.h"
#include<bits/stdc++.h>
using namespace std;
using ll = long long;
int count_mushrooms(int n) {
ll ans = 1;
ll cur = 1;
for(ll i = 1;i<n;i++){
cur^=use_machine({i-1,i});
ans += cur;
}
return ans;
}
Compilation message (stderr)
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |