結果

問題 No.2482 Sandglasses
ユーザー tailstails
提出日時 2023-09-22 22:11:01
言語 cLay
(20240714-1)
結果
AC  
実行時間 61 ms / 2,000 ms
コード長 179 bytes
コンパイル時間 7,096 ms
コンパイル使用メモリ 216,948 KB
実行使用メモリ 14,336 KB
最終ジャッジ日時 2024-11-16 22:48:33
合計ジャッジ時間 11,502 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
5,248 KB
testcase_01 AC 2 ms
5,248 KB
testcase_02 AC 2 ms
5,248 KB
testcase_03 AC 61 ms
13,568 KB
testcase_04 AC 36 ms
13,568 KB
testcase_05 AC 35 ms
13,440 KB
testcase_06 AC 34 ms
13,440 KB
testcase_07 AC 32 ms
13,440 KB
testcase_08 AC 30 ms
13,440 KB
testcase_09 AC 32 ms
13,568 KB
testcase_10 AC 32 ms
13,568 KB
testcase_11 AC 33 ms
13,568 KB
testcase_12 AC 40 ms
13,568 KB
testcase_13 AC 40 ms
13,440 KB
testcase_14 AC 36 ms
13,440 KB
testcase_15 AC 36 ms
13,568 KB
testcase_16 AC 38 ms
13,440 KB
testcase_17 AC 36 ms
13,440 KB
testcase_18 AC 36 ms
13,568 KB
testcase_19 AC 36 ms
13,568 KB
testcase_20 AC 36 ms
13,568 KB
testcase_21 AC 35 ms
13,568 KB
testcase_22 AC 35 ms
13,568 KB
testcase_23 AC 26 ms
14,208 KB
testcase_24 AC 26 ms
14,336 KB
testcase_25 AC 27 ms
14,208 KB
testcase_26 AC 27 ms
14,208 KB
testcase_27 AC 28 ms
14,208 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

ll@n,@k,@t;
char@a[n];
ll@b[],c[],d[];
rep(i,n){
	ll u=((a[i]=='A'?2k-b[i]:b[i])+t)%(2k);
	c[i]=u<k?u:2k-u;
}
sortA(n,c);
sortA_index(n,b,d);
rep(i,n){
	b[d[i]]=c[i];
}
wt(b(n));
0