Submission #393614

#TimeUsernameProblemLanguageResultExecution timeMemory
393614palilomain 함수 (BSC_0_0)C++17
100 / 100
1 ms204 KiB
#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 array a = {0}; if (a[1000000] > 1) { ; } else { ; } }
#Verdict Execution timeMemoryGrader output
Fetching results...