結果
| 問題 | No.9005 実行時間/使用メモリテスト(テスト用) |
| ユーザー |
testestest
|
| 提出日時 | 2018-02-04 20:52:53 |
| 言語 | C(gnu17) (gcc 15.2.0) |
| 結果 |
AC
|
| 実行時間 | 0 ms / 3,000 ms |
| + 697µs | |
| コード長 | 19 bytes |
| 記録 | |
| コンパイル時間 | 40 ms |
| コンパイル使用メモリ | 31,312 KB |
| 実行使用メモリ | 5,888 KB |
| 最終ジャッジ日時 | 2026-07-21 18:42:11 |
| 合計ジャッジ時間 | 1,342 ms |
|
ジャッジサーバーID (参考情報) |
judge2_0 / judge1_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 5 |
コンパイルメッセージ
main.c:1:1: warning: return type defaults to 'int' [-Wimplicit-int]
1 | main(){puts(" 0");}
| ^~~~
main.c: In function 'main':
main.c:1:8: warning: implicit declaration of function 'puts' [-Wimplicit-function-declaration]
1 | main(){puts(" 0");}
| ^~~~
main.c:1:1: note: include '<stdio.h>' or provide a declaration of 'puts'
+++ |+#include <stdio.h>
1 | main(){puts(" 0");}
ソースコード
main(){puts(" 0");}
testestest