제출 #263682

#제출 시각아이디문제언어결과실행 시간메모리
263682oolimrymain 함수 (BSC_0_0)C++14
0 / 100
1069 ms256 KiB
#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;
}
#Verdict Execution timeMemoryGrader output
Fetching results...