Submission #00065
ソースコード
ステータス
項目 |
データ |
問題 |
0001 - 気温の差 |
ユーザー名 |
sth1539
|
投稿日時 |
2016-09-08 17:46:27 |
言語 |
C |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
196 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.c: In function ‘main’:
./Main.c:7:17: warning: implicit declaration of function ‘scanf_s’ [-Wimplicit-function-declaration]
scanf_s("%d %d",&a,&b);
^
./Main.c:12:17: warning: implicit declaration of function ‘printf_s’ [-Wimplicit-function-declaration]
printf_s("%d\n",s[i]);
^
/tmp/ccMaRm6V.o: In function `main':
Main.c:(.text.startup+0x56): undefined reference to `scanf_s'
Main.c:(.text.startup+0x7e): undefined reference to `printf_s'
collect2: error: ld returned 1 exit status
セット
テストケース