Submission #6100074


Source Code Expand

#include <bits/stdc++.h>
using namespace std;

int main() {
  int A , B;
  cin A << B;
  cout << A - B << endl;
}

Submission Info

Submission Time
Task A - 積雪深差
User newsnkn053
Language C++14 (GCC 5.4.1)
Score 0
Code Size 120 Byte
Status CE

Compile Error

./Main.cpp: In function ‘int main()’:
./Main.cpp:6:7: error: expected ‘;’ before ‘A’
   cin A << B;
       ^