제출 #263681

#제출 시각아이디문제언어결과실행 시간메모리
263681oolimrymain 함수 (BSC_0_0)C++14
컴파일 에러
0 ms0 KiB
#include <bits/stdc++.h>
using namespace std;
void init() {
    long long sum = 0;
    for (int i = 0; i <= 300000000; i++){
        sum += rand();
    }
    assert(false);
    return;
}

컴파일 시 표준 에러 (stderr) 메시지

/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crt1.o: In function `_start':
(.text+0x20): undefined reference to `main'
collect2: error: ld returned 1 exit status