結果

問題 No.188 HAPPY DAY
ユーザー 👑 testestesttestestest
提出日時 2015-08-08 20:06:04
言語 C90
(gcc 11.4.0)
結果
AC  
実行時間 0 ms / 1,000 ms
コード長 24 bytes
コンパイル時間 241 ms
コンパイル使用メモリ 18,688 KB
実行使用メモリ 5,248 KB
最終ジャッジ日時 2024-10-11 23:17:49
合計ジャッジ時間 1,002 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 0 ms
5,248 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.c:1:1: warning: data definition has no type or storage class
    1 | a;main(){a=!puts("30");}
      | ^
main.c:1:1: warning: type defaults to ‘int’ in declaration of ‘a’ [-Wimplicit-int]
main.c:1:3: warning: return type defaults to ‘int’ [-Wimplicit-int]
    1 | a;main(){a=!puts("30");}
      |   ^~~~
main.c: In function ‘main’:
main.c:1:13: warning: implicit declaration of function ‘puts’ [-Wimplicit-function-declaration]
    1 | a;main(){a=!puts("30");}
      |             ^~~~
main.c:1:1: note: include ‘<stdio.h>’ or provide a declaration of ‘puts’
  +++ |+#include <stdio.h>
    1 | a;main(){a=!puts("30");}

ソースコード

diff #

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