Submission #947732

#TimeUsernameProblemLanguageResultExecution timeMemory
947732NK_Sum Zero (RMI20_sumzero)C++17
0 / 100
6 ms30040 KiB
// Success consists of going from failure to failure without loss of enthusiasm
#include <bits/stdc++.h>

using namespace std;

#define nl '\n'

const int nax = 4e5+5;
const int LG = 19;

int par[nax][LG];

int main() {
	cin.tie(0)->sync_with_stdio(0);
	
	memset(par, 0, sizeof par);

	exit(0-0);
}
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...