結果

問題 No.188 HAPPY DAY
ユーザー testestesttestestest
提出日時 2015-08-08 20:05:53
言語 C90
(gcc 11.4.0)
結果
AC  
実行時間 1 ms / 1,000 ms
コード長 23 bytes
コンパイル時間 622 ms
コンパイル使用メモリ 22,008 KB
実行使用メモリ 4,376 KB
最終ジャッジ日時 2023-08-29 02:51:24
合計ジャッジ時間 1,055 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
4,376 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.c:1:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 main(a){a=!puts("30");}
 ^~~~
main.c: In function ‘main’:
main.c:1:1: warning: type of ‘a’ defaults to ‘int’ [-Wimplicit-int]
main.c:1:12: warning: implicit declaration of function ‘puts’ [-Wimplicit-function-declaration]
 main(a){a=!puts("30");}
            ^~~~

ソースコード

diff #

main(a){a=!puts("30");}
0