Submission #420504

#TimeUsernameProblemLanguageResultExecution timeMemory
420504ioiCounting Mushrooms (IOI20_mushrooms)C++14
10 / 100
275 ms256 KiB
#include "mushrooms.h" #include<bits/stdc++.h> using namespace std ; int count_mushrooms(int n) { int ans = 1 ; for(int i = 1 ; i < n ; i ++){ ans += !use_machine({0 ,i}); // cout << "ans " << ans << " " ; } return ans ; }
#Verdict Execution timeMemoryGrader output
Fetching results...