Submission #107236


Source Code Expand

import std.stdio
void main(){
	int a = to!int(chomp(readln));
	int b = to!int(chomp(readln));
	writefln("%d", a-b);
}

Submission Info

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

Compile Error

./Main.d(2): Error: ';' expected
./Main.d(2): Error: function declaration without return type. (Note that constructors are always named 'this')
./Main.d(2): Error: no identifier for declarator main()