제출 #393612

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

int main() {
    cin.tie(nullptr)->sync_with_stdio(false);
#ifdef home
    freopen("in", "r", stdin);
    freopen("out", "w", stdout);
#endif
    assert(false);
}
#Verdict Execution timeMemoryGrader output
Fetching results...