結果

問題 No.2564 衝突予測
ユーザー tailstails
提出日時 2023-12-04 12:11:03
言語 cLay
(20240714-1)
結果
AC  
実行時間 14 ms / 2,000 ms
コード長 221 bytes
コンパイル時間 3,416 ms
コンパイル使用メモリ 173,476 KB
実行使用メモリ 5,376 KB
最終ジャッジ日時 2024-09-26 22:55:21
合計ジャッジ時間 4,490 ms
ジャッジサーバーID
(参考情報)
judge4 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
5,248 KB
testcase_01 AC 2 ms
5,248 KB
testcase_02 AC 2 ms
5,376 KB
testcase_03 AC 13 ms
5,376 KB
testcase_04 AC 14 ms
5,376 KB
testcase_05 AC 14 ms
5,376 KB
testcase_06 AC 14 ms
5,376 KB
testcase_07 AC 14 ms
5,376 KB
testcase_08 AC 14 ms
5,376 KB
testcase_09 AC 13 ms
5,376 KB
testcase_10 AC 13 ms
5,376 KB
testcase_11 AC 13 ms
5,376 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