結果
問題 | No.2521 Don't be Same |
ユーザー | 👑 p-adic |
提出日時 | 2023-11-09 22:08:49 |
言語 | cLay (20240714-1) |
結果 |
WA
|
実行時間 | - |
コード長 | 367 bytes |
コンパイル時間 | 3,557 ms |
コンパイル使用メモリ | 173,368 KB |
実行使用メモリ | 97,272 KB |
平均クエリ数 | 0.07 |
最終ジャッジ日時 | 2024-09-26 00:36:36 |
合計ジャッジ時間 | 6,284 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge3 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | WA | - |
testcase_01 | TLE | - |
testcase_02 | -- | - |
testcase_03 | -- | - |
testcase_04 | -- | - |
testcase_05 | -- | - |
testcase_06 | -- | - |
testcase_07 | -- | - |
testcase_08 | -- | - |
testcase_09 | -- | - |
testcase_10 | -- | - |
testcase_11 | -- | - |
testcase_12 | -- | - |
testcase_13 | -- | - |
testcase_14 | -- | - |
testcase_15 | -- | - |
testcase_16 | -- | - |
testcase_17 | -- | - |
testcase_18 | -- | - |
testcase_19 | -- | - |
testcase_20 | -- | - |
testcase_21 | -- | - |
testcase_22 | -- | - |
testcase_23 | -- | - |
testcase_24 | -- | - |
testcase_25 | -- | - |
testcase_26 | -- | - |
testcase_27 | -- | - |
ソースコード
//interactive ll Z,W,i=0,j;string A="A",B="B",P="First",Q="Second";void G(){string@C;ll@k,@x;if(k==i)Z-=x;else if((W-=x)<Z){swap(Z,W);i=j;j=1-i;}}void F(){if(Z<2){if(W<2)wt(B);else if(W>2){wt(A,j,W-2);W=2;F();}else{G();F();}}else if(Z>2){if(Z<W)wt(A,i,Z-2),Z=2,F();else wt(B);}else{G();F();}}{ll@X,@Y;if(X<Y)Z=X,W=Y;else Z=Y,W=X,i=1;j=1-i;wt((Z<2?W!=2:Z>2)?P:Q);F();}