# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
918653 | hasanovr | Coins (IOI17_coins) | C++14 | 0 ms | 0 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 "coins.h"
#include <bits/stdc++.h>
using namespace std;
vector<int> coin_flips(vector<int> a, int c) {
vector<int> ans;
if(!a[c])
ans.push_back(c);
for(int i=0; i<64; i++)
if(x!=i and a[i])
ans.push_back(i);
if(ans.empty()){
ans.push_back(x);
ans.push_back(x);
}
return ans;
}
int find_coin(vector<int> a) {
for(int i=0; i<64; i++)
if(a[i]) return i;
return -1;
}