結果

問題 No.5000 特殊ジャッジテスト(テスト用)
ユーザー testestesttestestest
提出日時 2015-08-09 15:26:26
言語 C90
(gcc 11.4.0)
結果
WA  
実行時間 -
コード長 37 bytes
コンパイル時間 667 ms
実行使用メモリ 956 KB
スコア 3,852
最終ジャッジ日時 2018-03-12 00:02:01
ジャッジサーバーID
(参考情報)
judge6 /
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
956 KB
testcase_01 AC 1 ms
952 KB
testcase_02 WA -
testcase_03 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.c:1:1: warning: data definition has no type or storage class [enabled by default]
 a;main(){a=!printf(" 0%s",gets(&a));}
 ^
main.c: In function ‘main’:
main.c:1:13: warning: incompatible implicit declaration of built-in function ‘printf’ [enabled by default]
 a;main(){a=!printf(" 0%s",gets(&a));}
             ^
/tmp/ccWKfPpB.o: In function `main':
main.c:(.text.startup+0xc): warning: the `gets' function is dangerous and should not be used.

ソースコード

diff #

a;main(){a=!printf(" 0%s",gets(&a));}
0