結果

問題 No.9000 Hello World! (テスト用)
ユーザー はむ吉🐹はむ吉🐹
提出日時 2016-03-21 21:40:21
言語 Perl
(5.38.2)
結果
AC  
実行時間 5 ms / 5,000 ms
コード長 70 bytes
コンパイル時間 462 ms
コンパイル使用メモリ 5,380 KB
実行使用メモリ 5,020 KB
最終ジャッジ日時 2023-08-26 12:09:04
合計ジャッジ時間 1,043 ms
ジャッジサーバーID
(参考情報)
judge14 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 5 ms
4,792 KB
testcase_01 AC 5 ms
5,020 KB
testcase_02 AC 5 ms
4,972 KB
testcase_03 AC 5 ms
4,812 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

#!/usr/bin/env perl
use strict;
use warnings;
print "Hello World!\n";
0