結果

問題 No.3043 yukicoderへようこそ!
ユーザー %20%20
提出日時 2019-04-01 21:42:04
言語 Perl
(5.38.0)
結果
WA  
実行時間 -
コード長 239 bytes
コンパイル時間 473 ms
コンパイル使用メモリ 5,304 KB
実行使用メモリ 5,304 KB
最終ジャッジ日時 2023-08-17 21:28:10
合計ジャッジ時間 650 ms
ジャッジサーバーID
(参考情報)
judge14 / judge11
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 6 ms
5,088 KB
testcase_01 AC 6 ms
5,204 KB
testcase_02 AC 6 ms
5,304 KB
testcase_03 WA -
testcase_04 AC 6 ms
5,168 KB
testcase_05 AC 6 ms
5,060 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

$N=<>;
@_=<>;
if($N=~/Let's enjoy/){
	print"Hello World!\n"
}elsif($N=~$"){
	print$`+$',$",@_
}elsif(@_>=2){
	$x+=$_ for@_;
	print$x,$/
}elsif(@_){
	map$x+=$_,glob"@_";
	print$x,$/
}else{
	print+(Fizz)[$_%3].(Buzz)[$_%5]||$_,$/for 1..$N
}
0