# | TimeUTC-0 | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
27892 | rondojim | Popeala (CEOI16_popeala) | C++14 | 533 ms | 33820 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;
#define prev sdkjflksd
int points[20010];
long long pref[20010];
int result[55][20010];
int prev[55][20010];
vector <int> v[20010];
long long dp[55][20010];
const long long inf = 1e16;
long long maxn[55][20010];
char s[20010];
int main(int argc, char const *argv[])
{
int N, T, S;
scanf("%d %d %d", &N, &T, &S);
for(int i = 1; i <= T; i++) {
scanf("%d", &points[i]);
pref[i] = pref[i - 1] + points[i];
}
for(int i = 1; i <= N; i++) {
scanf("%s", s);
for(int j = 1; j <= T; j++) {
result[i][j] = s[j-1] - '0';
}
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... |