結果
| 問題 |
No.374 コイン
|
| コンテスト | |
| ユーザー |
zeosutt
|
| 提出日時 | 2016-06-05 01:14:40 |
| 言語 | C90 (gcc 12.3.0) |
| 結果 |
RE
(最新)
AC
(最初)
|
| 実行時間 | - |
| コード長 | 57 bytes |
| コンパイル時間 | 1,713 ms |
| コンパイル使用メモリ | 33,152 KB |
| 実行使用メモリ | 7,328 KB |
| 最終ジャッジ日時 | 2025-03-21 22:44:00 |
| 合計ジャッジ時間 | 1,348 ms |
|
ジャッジサーバーID (参考情報) |
judge4 / judge7 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | RE * 31 |
コンパイルメッセージ
main.c: In function 'main':
main.c:1:19: warning: incompatible implicit declaration of built-in function 'scanf' [-Wbuiltin-declaration-mismatch]
1 | long a,b;main(){a=scanf("%d%d",&a,&b)^puts(a<b?"K":"S");}
| ^~~~~
main.c:1:1: note: include '<stdio.h>' or provide a declaration of 'scanf'
+++ |+#include <stdio.h>
1 | long a,b;main(){a=scanf("%d%d",&a,&b)^puts(a<b?"K":"S");}
ソースコード
long a,b;main(){a=scanf("%d%d",&a,&b)^puts(a<b?"K":"S");}
zeosutt