Submission #24692

#TimeUsernameProblemLanguageResultExecution timeMemory
24692kajebiiimain 함수 (BSC_0_0)C++14
100 / 100
0 ms2020 KiB
#include <bits/stdc++.h>

using namespace std;

#define REP(i,n) for(int (i)=0;(i)<(int)(n);(i)++)
#define REPO(i,n) for(int (i)=1; (i)<=(int)(n); (i)++)
#define SZ(v) ((int)(v).size())
#define ALL(v) (v).begin(),(v).end()
#define one first
#define two second
typedef long long ll;
typedef pair<int, int> pi;
const int INF = 0x3f2f1f0f;
const ll LINF = 1ll * INF * INF;

int main() {
	return 0;
}


#Verdict Execution timeMemoryGrader output
Fetching results...