結果

問題 No.9005 実行時間/使用メモリテスト(テスト用)
ユーザー _k_a_n_i__k_a_n_i_
提出日時 2015-02-16 19:16:36
言語 C90
(gcc 11.4.0)
結果
AC  
実行時間 1 ms / 3,000 ms
コード長 32 bytes
コンパイル時間 365 ms
コンパイル使用メモリ 22,136 KB
実行使用メモリ 4,380 KB
最終ジャッジ日時 2023-09-06 01:42:04
合計ジャッジ時間 1,005 ms
ジャッジサーバーID
(参考情報)
judge13 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
4,380 KB
testcase_01 AC 0 ms
4,380 KB
testcase_02 AC 1 ms
4,376 KB
testcase_03 AC 0 ms
4,376 KB
testcase_04 AC 0 ms
4,380 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.c:1:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 main(){printf("0\n"); return 0;}
 ^~~~
main.c: In function ‘main’:
main.c:1:8: warning: implicit declaration of function ‘printf’ [-Wimplicit-function-declaration]
 main(){printf("0\n"); return 0;}
        ^~~~~~
main.c:1:8: warning: incompatible implicit declaration of built-in function ‘printf’
main.c:1:8: note: include ‘<stdio.h>’ or provide a declaration of ‘printf’
+#include <stdio.h>
 main(){printf("0\n"); return 0;}
        ^~~~~~

ソースコード

diff #

main(){printf("0\n"); return 0;}
0