結果

問題 No.9000 Hello World! (テスト用)
ユーザー arito_asuarito_asu
提出日時 2020-06-30 17:25:22
言語 Bash
(Bash 5.1.16)
結果
RE  
実行時間 -
コード長 37 bytes
コンパイル時間 87 ms
コンパイル使用メモリ 5,328 KB
実行使用メモリ 4,380 KB
最終ジャッジ日時 2023-10-01 01:31:54
合計ジャッジ時間 575 ms
ジャッジサーバーID
(参考情報)
judge12 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

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

ソースコード

diff #

echo "Hello World!" > a.txt
cat a.txt
0