Submission #296370


Source Code Expand

#include<iostream>

using namespace std;

int main(){
int a.b;
cin >> a >> b;
cout << a-b << '\n';
}

Submission Info

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

Compile Error

./Main.cpp: In function ‘int main()’:
./Main.cpp:6:6: error: expected initializer before ‘.’ token
./Main.cpp:7:8: error: ‘a’ was not declared in this scope
./Main.cpp:7:13: error: ‘b’ was not declared in this scope