Submission #276584


Source Code Expand

#include <stdio.h>
int main(void)
{
int H1, H2;
scanf_s("%d", &H1);
scanf_s("%d", &H2);
printf("%d", H1 - H2);
return(0);
}

Submission Info

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

Compile Error

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