結果

問題 No.1851 Regular Tiling
ユーザー tailstails
提出日時 2022-03-01 12:23:24
言語 Perl
(5.38.2)
結果
AC  
実行時間 638 ms / 2,000 ms
コード長 88 bytes
コンパイル時間 364 ms
コンパイル使用メモリ 5,212 KB
実行使用メモリ 4,776 KB
最終ジャッジ日時 2023-09-22 00:50:13
合計ジャッジ時間 5,820 ms
ジャッジサーバーID
(参考情報)
judge11 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
4,720 KB
testcase_01 AC 147 ms
4,684 KB
testcase_02 AC 181 ms
4,776 KB
testcase_03 AC 172 ms
4,732 KB
testcase_04 AC 161 ms
4,668 KB
testcase_05 AC 166 ms
4,608 KB
testcase_06 AC 192 ms
4,680 KB
testcase_07 AC 156 ms
4,752 KB
testcase_08 AC 162 ms
4,544 KB
testcase_09 AC 192 ms
4,764 KB
testcase_10 AC 172 ms
4,688 KB
testcase_11 AC 5 ms
4,520 KB
testcase_12 AC 6 ms
4,692 KB
testcase_13 AC 326 ms
4,660 KB
testcase_14 AC 638 ms
4,720 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

for(<>){
	for$y(/ /..$`){
		print"@{[map+($_%3!=$'%3<2)+($y%3!=$`%3<2),1..$']}\n";
	}
}
0