Submission #457097


Source Code Expand

#include <iostream>
using namespace std;

int main(){
  int h1,h2;

  cin >> h1 >> h2;
  cout << h1-h2;


  return 0;
}
chisato@chisato-vm ~ $

Submission Info

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

Compile Error

./Main.cpp:13:1: error: stray ‘@’ in program
./Main.cpp:13:1: error: ‘chisato’ does not name a type