Submission #910650


Source Code Expand

#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include<string.h>
int main()
{
	int a,b;
	scanf_s("%d", &a);
	scanf_s("%d", &b);
	printf("%d\n", a - b);
	return 0;
}

Submission Info

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

Compile Error

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