結果

問題 No.2828 Remainder Game
ユーザー 👑 p-adicp-adic
提出日時 2024-06-19 23:21:09
言語 cLay
(20240714-1)
結果
AC  
実行時間 83 ms / 2,000 ms
コード長 294 bytes
コンパイル時間 2,420 ms
コンパイル使用メモリ 174,688 KB
実行使用メモリ 25,208 KB
平均クエリ数 22.00
最終ジャッジ日時 2024-06-20 18:43:35
合計ジャッジ時間 5,123 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 73 ms
24,556 KB
testcase_01 AC 71 ms
24,812 KB
testcase_02 AC 71 ms
24,556 KB
testcase_03 AC 68 ms
24,556 KB
testcase_04 AC 69 ms
24,812 KB
testcase_05 AC 72 ms
24,952 KB
testcase_06 AC 70 ms
24,824 KB
testcase_07 AC 73 ms
25,208 KB
testcase_08 AC 72 ms
24,824 KB
testcase_09 AC 71 ms
24,952 KB
testcase_10 AC 68 ms
24,824 KB
testcase_11 AC 71 ms
25,208 KB
testcase_12 AC 70 ms
24,952 KB
testcase_13 AC 83 ms
25,208 KB
testcase_14 AC 69 ms
24,568 KB
testcase_15 AC 69 ms
24,568 KB
testcase_16 AC 69 ms
24,824 KB
testcase_17 AC 70 ms
25,208 KB
testcase_18 AC 67 ms
24,568 KB
testcase_19 AC 69 ms
24,952 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

//余計な空白が大量にある場合のジャッジの動作確認
//interactive
ll@N,K=512,R[K];rep(d,10){*R=1<<d;rep(i,1,K)R[i]=(R[i-1]+1)|*R;wt("   ",2K,"        ",K,"      \n       ",R(K),"         ");}wt("        ",0,"      ",1,"    \n              ",sum[d,0,10](rd_ll()<<d),"     ");
0