Submission #13172

# Submission time Handle Problem Language Result Execution time Memory
13172 2015-02-01T02:43:56 Z yourID 격자 보존하기 (GA9_preserve) C++14
Compilation error
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

Compilation message

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