Submission #147345


Source Code Expand

#inclube<iostream>

using namespace std;

int main(void)
{
int x,y;

cin << x << y;

cout >> x/y >> endl;

return 0;
}

Submission Info

Submission Time
Task A - おいしいたこ焼きの作り方
User you
Language C++ (G++ 4.6.4)
Score 0
Code Size 133 Byte
Status CE

Compile Error

./Main.cpp:1:2: error: invalid preprocessing directive #inclube
./Main.cpp: In function ‘int main()’:
./Main.cpp:9:1: error: ‘cin’ was not declared in this scope
./Main.cpp:11:1: error: ‘cout’ was not declared in this scope
./Main.cpp:11:16: error: ‘endl’ was not declared in this scope