답안 #393612

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
393612 2021-04-24T06:02:45 Z palilo main 함수 (BSC_0_0) C++17
0 / 100
1 ms 460 KB
#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);
}
# 결과 실행 시간 메모리 Grader output
1 Runtime error 1 ms 460 KB Execution killed with signal 6