제출 #947731

#제출 시각아이디문제언어결과실행 시간메모리
947731NK_Sum Zero (RMI20_sumzero)C++17
0 / 100
0 ms344 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);
	
	exit(0-0);
}
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…