結果

問題 No.2564 衝突予測
ユーザー tailstails
提出日時 2023-12-04 12:11:03
言語 cLay
(20240104-1)
結果
AC  
実行時間 14 ms / 2,000 ms
コード長 221 bytes
コンパイル時間 3,068 ms
コンパイル使用メモリ 174,668 KB
実行使用メモリ 6,676 KB
最終ジャッジ日時 2023-12-04 12:11:08
合計ジャッジ時間 4,687 ms
ジャッジサーバーID
(参考情報)
judge11 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
6,676 KB
testcase_01 AC 1 ms
6,676 KB
testcase_02 AC 2 ms
6,676 KB
testcase_03 AC 14 ms
6,676 KB
testcase_04 AC 13 ms
6,676 KB
testcase_05 AC 13 ms
6,676 KB
testcase_06 AC 13 ms
6,676 KB
testcase_07 AC 13 ms
6,676 KB
testcase_08 AC 14 ms
6,676 KB
testcase_09 AC 13 ms
6,676 KB
testcase_10 AC 13 ms
6,676 KB
testcase_11 AC 13 ms
6,676 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

ll@t;
rep(t){
	ll@a,@b;char@c;ll@d,@e;char@f;
	ll g=(d-a)*((c=='R')-(c=='L'))+(e-b)*((c=='U')-(c=='D'));
	ll h=(a-d)*((f=='R')-(f=='L'))+(b-e)*((f=='U')-(f=='D'));
	wt(g<=0|g-h|(c+f==158?b-e:c+f==153?a-d:0)?"No":"Yes");
}
0