# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
13182 | 2015-02-01T13:34:54 Z | yourID | 격자 보존하기 (GA9_preserve) | C++ | 0 ms | 0 KB |
// // main.cpp // cf2014e-dc // // Created by 박수찬 on 2014. 12. 22.. // Copyright (c) 2014년 박수찬. All rights reserved. // #include <iostream> int main(int argc, const char * argv[]) { // insert code here... std::cout << "Hello, World!\n"; return 0; } 1