Submission #107257


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 123 Byte
Status CE

Compile Error

./Main.d(3): Error: template instance to!(int) template 'to' is not defined
./Main.d(3): Error: template instance to!(int) template 'to' is not defined
./Main.d(3): Error: undefined identifier chomp
./Main.d(4): Error: template instance to!(int) template 'to' is not defined, did you mean a?
./Main.d(4): Error: template instance to!(int) template 'to' is not defined, did you mean a?
./Main.d(4): Error: undefined identifier chomp