Submission #13181

# Submission time Handle Problem Language Result Execution time Memory
13181 2015-02-01T13:34:24 Z yourID 격자 보존하기 (GA9_preserve) C++
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
 ^