답안 #263682

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
263682 2020-08-14T00:55:17 Z oolimry main 함수 (BSC_0_0) C++14
0 / 100
1000 ms 256 KB
#include <bits/stdc++.h>
using namespace std;
int main() {
    long long sum = 0;
    for (int i = 0; i <= 300000000; i++){
        sum += rand();
    }
    assert(false);
    return 0;
}
# 결과 실행 시간 메모리 Grader output
1 Execution timed out 1069 ms 256 KB Time limit exceeded