結果

問題 No.2784 繰り上がりなし十進和
ユーザー 👑 p-adicp-adic
提出日時 2024-01-04 13:01:04
言語 cLay
(20240714-1)
結果
AC  
実行時間 803 ms / 2,000 ms
コード長 110 bytes
コンパイル時間 4,203 ms
コンパイル使用メモリ 174,048 KB
実行使用メモリ 11,264 KB
最終ジャッジ日時 2024-09-27 18:40:07
合計ジャッジ時間 31,210 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 687 ms
11,136 KB
testcase_01 AC 677 ms
11,264 KB
testcase_02 AC 694 ms
11,264 KB
testcase_03 AC 682 ms
11,136 KB
testcase_04 AC 696 ms
11,136 KB
testcase_05 AC 705 ms
11,136 KB
testcase_06 AC 686 ms
11,136 KB
testcase_07 AC 677 ms
11,136 KB
testcase_08 AC 678 ms
11,136 KB
testcase_09 AC 683 ms
11,136 KB
testcase_10 AC 681 ms
11,136 KB
testcase_11 AC 700 ms
11,136 KB
testcase_12 AC 697 ms
11,136 KB
testcase_13 AC 700 ms
11,136 KB
testcase_14 AC 688 ms
11,264 KB
testcase_15 AC 691 ms
11,136 KB
testcase_16 AC 689 ms
11,136 KB
testcase_17 AC 685 ms
11,136 KB
testcase_18 AC 699 ms
11,136 KB
testcase_19 AC 698 ms
11,136 KB
testcase_20 AC 703 ms
11,136 KB
testcase_21 AC 688 ms
11,136 KB
testcase_22 AC 691 ms
11,136 KB
testcase_23 AC 686 ms
11,136 KB
testcase_24 AC 716 ms
11,136 KB
testcase_25 AC 700 ms
11,264 KB
testcase_26 AC 694 ms
11,008 KB
testcase_27 AC 704 ms
11,136 KB
testcase_28 AC 696 ms
11,136 KB
testcase_29 AC 803 ms
11,136 KB
testcase_30 AC 773 ms
11,136 KB
testcase_31 AC 719 ms
11,136 KB
testcase_32 AC 713 ms
11,136 KB
testcase_33 AC 712 ms
11,136 KB
testcase_34 AC 722 ms
11,264 KB
testcase_35 AC 719 ms
11,136 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

ll@A[6],S[1d6]{},B=10;REP(a,1d6)S[sum[j,0,6](sum[i,0,6](A[i]/B**j*(a/B**i))%B*B**j)]=1;wt(sum[t,0,1d6](S[t]));
0