結果

問題 No.2776 Bigger image
ユーザー 👑 p-adicp-adic
提出日時 2024-06-07 23:01:14
言語 cLay
(20240714-1)
結果
WA  
実行時間 -
コード長 88 bytes
コンパイル時間 2,520 ms
コンパイル使用メモリ 170,772 KB
実行使用メモリ 6,948 KB
最終ジャッジ日時 2024-06-07 23:01:19
合計ジャッジ時間 3,545 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
6,812 KB
testcase_01 WA -
testcase_02 AC 2 ms
6,940 KB
testcase_03 WA -
testcase_04 AC 1 ms
6,940 KB
testcase_05 AC 2 ms
6,940 KB
testcase_06 AC 1 ms
6,944 KB
testcase_07 WA -
testcase_08 AC 1 ms
6,940 KB
testcase_09 AC 2 ms
6,944 KB
testcase_10 AC 2 ms
6,944 KB
testcase_11 AC 2 ms
6,944 KB
testcase_12 WA -
testcase_13 WA -
testcase_14 WA -
testcase_15 AC 2 ms
6,940 KB
testcase_16 WA -
testcase_17 WA -
testcase_18 AC 1 ms
6,940 KB
testcase_19 AC 1 ms
6,940 KB
testcase_20 WA -
testcase_21 AC 1 ms
6,944 KB
testcase_22 WA -
testcase_23 WA -
testcase_24 AC 1 ms
6,940 KB
testcase_25 WA -
testcase_26 WA -
testcase_27 AC 1 ms
6,944 KB
testcase_28 WA -
権限があれば一括ダウンロードができます

ソースコード

diff #

ll@(A,B,H,W),X=min(H*B,W*A),Y=min(H*A,W*A);wt(X>Y?"Non-rotating":X<Y?"Rotating":"Same");
0