Submission #456651


Source Code Expand

#include <stdio.h>

int main(){
	int i,j,n;
	scanf("d",%i);
	scanf("d",%j);
	n = i - j;
	if(n<0){
		n = 0;
	}
	printf("%d\n",n);
	return 0;
}

Submission Info

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

Compile Error

./Main.cpp: In function ‘int main()’:
./Main.cpp:5:12: error: expected primary-expression before ‘%’ token
./Main.cpp:6:12: error: expected primary-expression before ‘%’ token