제출 #333291

#제출 시각아이디문제언어결과실행 시간메모리
333291arnold518main 함수 (BSC_0_0)C++14
100 / 100
0 ms364 KiB
#include <bits/stdc++.h>
using namespace std;

typedef long long ll;
typedef pair<int, int> pii;
typedef pair<ll, ll> pll;

const int MAXN = 100000;

int A[MAXN+10];

int main()
{
	
}
#Verdict Execution timeMemoryGrader output
Fetching results...