# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
209739 | 2020-03-15T13:00:20 Z | kapsel | main 함수 (BSC_0_0) | C++14 | 5 ms | 256 KB |
#include <bits/stdc++.h> using namespace std; int main() { return 0; }
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Correct | 5 ms | 256 KB | Output is correct |