# | TimeUTC-0 | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
171390 | Swan | Bank (IZhO14_bank) | C++14 | 540 ms | 2668 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 <bits/stdc++.h>
#define stop system("pause")
#define stop2 char o; cin >> o
#define INP freopen("pcb.in","r",stdin)
#define OUTP freopen ("pcb.out","w",stdout)
//#define int long long
using namespace std;
const int maxn = 20;
vector<int> a,b;
vector<int> masks[22];
map<int,vector<int> > qwe;
bitset<(1<<20)> dp[20];
main(){
ios_base::sync_with_stdio(0);
int n,m;
cin >> n >> m;
for(int i(0); i < n;i++){
int x; cin >> x;
b.push_back(x);
qwe[x].push_back(i);
}
for(int i(0); i < m;i++){
int x; cin >> x;
a.push_back(x);
}
for(int i(0); i < (1<<m);i++){
Compilation message (stderr)
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |