Submission #276566


Source Code Expand

#include <stdio.h>

int main(void)

{
	int h1,h2,h;

	printf("");
	scanf_s("%d\n" ,&h1);
	printf("");
	scanf_s("%d\n", &h2);
	h = h1 - h2;
	
	printf("%d", h);

	return 0;
}

Submission Info

Submission Time
Task A - 積雪深差
User yamadadayo
Language C (GCC 4.6.4)
Score 0
Code Size 188 Byte
Status CE

Compile Error

/tmp/ccpFkFbO.o: In function `main':
Main.c:(.text.startup+0x11): undefined reference to `scanf_s'
Main.c:(.text.startup+0x22): undefined reference to `scanf_s'
collect2: ld returned 1 exit status