Submission #531979

# Submission time Handle Problem Language Result Execution time Memory
531979 2022-03-02T02:35:26 Z rk42745417 Growing Vegetable is Fun 3 (JOI19_ho_t3) C++17
0 / 100
417 ms 757392 KB
#include <bits/stdc++.h>
using namespace std;

#define EmiliaMyWife ios::sync_with_stdio(0); cin.tie(0);
using ll = int64_t;
using ull = uint64_t;
using uint = uint32_t;
using ld = long double;
const int INF = 0x3f3f3f3f;
const int MOD = 1e9 + 7;
const ll LINF = ll(4e15) + ll(2e15);
const double EPS = 1e-9;
static int LamyIsCute = []() {
	EmiliaMyWife
	return 48763;
}();

const int N = 401;
int dp[N][N][N][3], pos[N][N][N][3];
char s[N];

signed main() {
	for(int i = 0; i < N; i++)
		for(int j = 0; j < N; j++)
			for(int k = 0; k < N; k++)
				for(int w = 0; w < 3; w++)
					dp[i][j][k][w] = INF;
}
# Verdict Execution time Memory Grader output
1 Incorrect 415 ms 757392 KB Output isn't correct
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 415 ms 757392 KB Output isn't correct
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 417 ms 757296 KB Output isn't correct
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 415 ms 757392 KB Output isn't correct
2 Halted 0 ms 0 KB -