제출 #947735

#제출 시각아이디문제언어결과실행 시간메모리
947735NK_Sum Zero (RMI20_sumzero)C++17
0 / 100
3 ms19032 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 = 12;

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...