結果
問題 | No.646 逆ピラミッド |
ユーザー |
![]() |
提出日時 | 2018-04-20 13:56:47 |
言語 | Perl (5.40.0) |
結果 |
AC
|
実行時間 | 7 ms / 2,000 ms |
コード長 | 89 bytes |
コンパイル時間 | 46 ms |
コンパイル使用メモリ | 6,944 KB |
実行使用メモリ | 6,948 KB |
最終ジャッジ日時 | 2024-06-27 05:04:03 |
合計ジャッジ時間 | 592 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 7 |
コンパイルメッセージ
Main.pl syntax OK
ソースコード
use strict;use warnings;<> =~ /(\d+)/;for(reverse (1..$1)){print $1 x $_, "\n";}