結果
| 問題 | No.565 回転拡大 | 
| コンテスト | |
| ユーザー |  tails | 
| 提出日時 | 2017-09-08 22:55:31 | 
| 言語 | Perl (5.40.0) | 
| 結果 | 
                                WA
                                 
                             | 
| 実行時間 | - | 
| コード長 | 155 bytes | 
| コンパイル時間 | 191 ms | 
| コンパイル使用メモリ | 5,888 KB | 
| 実行使用メモリ | 6,016 KB | 
| 最終ジャッジ日時 | 2024-11-07 06:35:42 | 
| 合計ジャッジ時間 | 1,386 ms | 
| ジャッジサーバーID (参考情報) | judge1 / judge2 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| sample | AC * 1 WA * 2 | 
| other | AC * 7 WA * 23 | 
コンパイルメッセージ
Name "main::r" used only once: possible typo at Main.pl line 1. Main.pl syntax OK
ソースコード
($r,$k)=glob<>;($h,$w)=glob<>;@a=map[/./g],<>;
for$y(0..$h-1){
	for(1..$k){
		for$x(0..$w-1){
			for(1..$k){
				print$a[$y][$x];
			}
		}
		print$/;
	}
}
            
            
            
        