제출 #1290244

#제출 시각아이디문제언어결과실행 시간메모리
1290244nivekmain 함수 (BSC_0_0)C++20
100 / 100
0 ms332 KiB
#include<bits/stdc++.h> using namespace std; #define int long long using pii = array<int,2>; using piii = array<int,3>; const int inf = 1LL << 60; const int ind = -inf; signed main(){ ios::sync_with_stdio(false); cin.tie(nullptr); return 0; }
#Verdict Execution timeMemoryGrader output
Fetching results...