結果

問題 No.2828 Remainder Game
ユーザー 👑 p-adicp-adic
提出日時 2024-06-20 14:16:40
言語 cLay
(20240714-1)
結果
TLE  
(最新)
AC  
(最初)
実行時間 -
コード長 197 bytes
コンパイル時間 2,411 ms
コンパイル使用メモリ 173,516 KB
実行使用メモリ 101,488 KB
最終ジャッジ日時 2024-06-20 18:44:59
合計ジャッジ時間 9,355 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 TLE -
testcase_01 -- -
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 -- -
権限があれば一括ダウンロードができます

ソースコード

diff #

//interactive
ll@N,K=512,R[K+1];rep(d,10){wt(2K,K+1);*R=R[K]=1<<d;rep(i,1,K)R[i]=(R[i-1]+1)|*R;wt(R(K+1));}wt(0,1);wt(sum[d,0,10](rd_ll()<<d));
wt("Rの要素が重複して出力される提出");
0