結果

問題 No.232 めぐるはめぐる (2)
ユーザー syarosyaro
提出日時 2016-01-20 17:02:31
言語 Ruby
(3.3.0)
結果
AC  
実行時間 185 ms / 1,000 ms
コード長 153 bytes
コンパイル時間 97 ms
コンパイル使用メモリ 11,464 KB
実行使用メモリ 30,260 KB
最終ジャッジ日時 2023-10-12 13:43:57
合計ジャッジ時間 4,385 ms
ジャッジサーバーID
(参考情報)
judge12 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 184 ms
30,184 KB
testcase_01 AC 184 ms
30,260 KB
testcase_02 AC 185 ms
30,188 KB
testcase_03 AC 182 ms
30,196 KB
testcase_04 AC 84 ms
17,636 KB
testcase_05 AC 82 ms
15,324 KB
testcase_06 AC 83 ms
15,184 KB
testcase_07 AC 84 ms
15,328 KB
testcase_08 AC 153 ms
24,520 KB
testcase_09 AC 82 ms
15,272 KB
testcase_10 AC 83 ms
15,272 KB
testcase_11 AC 83 ms
15,236 KB
testcase_12 AC 83 ms
15,272 KB
testcase_13 AC 83 ms
15,140 KB
testcase_14 AC 83 ms
15,128 KB
testcase_15 AC 83 ms
15,152 KB
testcase_16 AC 82 ms
15,224 KB
testcase_17 AC 83 ms
15,288 KB
testcase_18 AC 84 ms
15,272 KB
testcase_19 AC 82 ms
15,152 KB
testcase_20 AC 83 ms
15,012 KB
testcase_21 AC 83 ms
15,040 KB
testcase_22 AC 84 ms
15,100 KB
testcase_23 AC 82 ms
15,116 KB
testcase_24 AC 82 ms
15,256 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

puts(((T,A,B=gets.split.map &:to_i
[:YES]+([""]*((b=T-B)%2)+[?<,?>]*(b/2)+[?>]*B).zip([?^]*A+[?^,?v]*((T-A)/2)+[""*(T+A+B-2)]).map{|y,x|x+y})rescue :NO))
0