Submission #263682

#TimeUsernameProblemLanguageResultExecution timeMemory
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...