結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
956 KB
testcase_01 AC 1 ms
952 KB
testcase_02 AC 0 ms
952 KB
testcase_03 AC 1 ms
952 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
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/ccNvukDc.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