Submission #13172

#TimeUsernameProblemLanguageResultExecution timeMemory
13172yourID격자 보존하기 (GA9_preserve)C++14
Compilation error
0 ms0 KiB
// // 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

Compilation message (stderr)

preserve.cpp:16:1: error: expected unqualified-id before numeric constant
 1
 ^