結果
| 問題 | 
                            No.5000 特殊ジャッジテスト(テスト用)
                             | 
                    
| ユーザー | 
                            👑  testestest
                         | 
                    
| 提出日時 | 2015-08-09 15:26:36 | 
| 言語 | C90  (gcc 12.3.0)  | 
                    
| 結果 | 
                             
                                AC
                                 
                             
                            
                         | 
                    
| 実行時間 | 1 ms / 5,000 ms | 
| コード長 | 37 bytes | 
| コンパイル時間 | 639 ms | 
| 実行使用メモリ | 956 KB | 
| スコア | 3,852 | 
| 最終ジャッジ日時 | 2018-03-12 00:02:03 | 
| 
                            ジャッジサーバーID (参考情報)  | 
                        judge7 / | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| other | AC * 4 | 
コンパイルメッセージ
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.
            
            ソースコード
a;main(){a=!printf("0 %s",gets(&a));}
            
            
            
        
            
testestest