Submission #276553


Source Code Expand

#include <stdio.h>

int main(void)

{
	int h1,h2,h3;

	printf("");
	scanf_s("%d", &h1);
	printf("");
	scanf_s("%d", &h2);
	h3 = h1 - h2;
	printf("", h3);

	return 0;
}

Submission Info

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

Compile Error

/tmp/ccWL6Y42.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