제출 #152049

#제출 시각아이디문제언어결과실행 시간메모리
152049erebosmain 함수 (BSC_0_0)C++17
100 / 100
2 ms376 KiB
#include <bits/stdc++.h> using namespace std; int main() { ios::sync_with_stdio(0); cin.tie(0); cout.tie(0); }
#Verdict Execution timeMemoryGrader output
Fetching results...