結果

問題 No.9000 Hello World! (テスト用)
ユーザー
提出日時 2015-09-08 10:40:28
言語 C90
(gcc 11.4.0)
結果
RE  
実行時間 -
コード長 61 bytes
コンパイル時間 452 ms
コンパイル使用メモリ 18,432 KB
実行使用メモリ 6,944 KB
最終ジャッジ日時 2024-07-19 04:57:06
合計ジャッジ時間 661 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 RE -
testcase_01 RE -
testcase_02 RE -
testcase_03 RE -
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <stdio.h>

void main(){
  printf("Hello World!");
}
0