# | TimeUTC-0 | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
72237 | BBBSNG (#118) | Judge Against Wrong Code (FXCUP3_judge) | C++17 | 886 ms | 10768 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>
using namespace std;
int K[1101010], F[1111][1111];
bool ans[505050], cnt[1101010];
int k, b, n, m;
int main()
{
int i, j, l, s, s1, s2;
char str[33];
scanf("%d", &k);
b = k / 2;
scanf("%d", &n);
for(i=1; i<=n; i++){
scanf("%s", str);
for(s=0, j=0; j<k; j++){
if(str[j] != '.') s |= (1 << j);
}
K[s] |= s;
}
scanf("%d", &m);
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... |