Submission #457091


Source Code Expand

int main(){
 int h1,h2;

cin >> h1 >> h2;
cout << h1 - h2;
return 0;
}

Submission Info

Submission Time
Task A - 積雪深差
User chisato
Language C++ (G++ 4.6.4)
Score 0
Code Size 76 Byte
Status CE

Compile Error

./Main.cpp: In function ‘int main()’:
./Main.cpp:4:1: error: ‘cin’ was not declared in this scope
./Main.cpp:5:1: error: ‘cout’ was not declared in this scope