Submission #162137


Source Code Expand

#include <cstdio>

using namespace std;

int main(){
    int n;
    cout << n-1 << endl;
    return 0;
}

Submission Info

Submission Time
Task A - 植木算
User keito17
Language C++ (G++ 4.6.4)
Score 0
Code Size 112 Byte
Status CE

Compile Error

./Main.cpp: In function ‘int main()’:
./Main.cpp:7:5: error: ‘cout’ was not declared in this scope
./Main.cpp:7:20: error: ‘endl’ was not declared in this scope