Submission #321777


Source Code Expand

import std.c.stdio;

void main()
{
  int h1, h2;
  scanf("%d %d", &h1, &h2);

  writeln(h1 - h2);
}

Submission Info

Submission Time
Task A - 積雪深差
User Doxes
Language D (DMD 2.060)
Score 0
Code Size 107 Byte
Status CE

Compile Error

./Main.d(8): Error: 'writeln' is not defined, perhaps you need to import std.stdio; ?