結果

問題 No.2784 繰り上がりなし十進和
ユーザー 👑 p-adicp-adic
提出日時 2024-01-04 13:01:04
言語 cLay
(20240420-1)
結果
AC  
実行時間 781 ms / 2,000 ms
コード長 110 bytes
コンパイル時間 3,051 ms
コンパイル使用メモリ 174,160 KB
実行使用メモリ 11,136 KB
最終ジャッジ日時 2024-01-04 13:01:38
合計ジャッジ時間 33,079 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 768 ms
11,136 KB
testcase_01 AC 755 ms
11,136 KB
testcase_02 AC 746 ms
11,136 KB
testcase_03 AC 781 ms
11,136 KB
testcase_04 AC 750 ms
11,136 KB
testcase_05 AC 776 ms
11,136 KB
testcase_06 AC 755 ms
11,136 KB
testcase_07 AC 741 ms
11,136 KB
testcase_08 AC 767 ms
11,136 KB
testcase_09 AC 752 ms
11,136 KB
testcase_10 AC 742 ms
11,136 KB
testcase_11 AC 765 ms
11,136 KB
testcase_12 AC 745 ms
11,136 KB
testcase_13 AC 771 ms
11,136 KB
testcase_14 AC 756 ms
11,136 KB
testcase_15 AC 745 ms
11,136 KB
testcase_16 AC 769 ms
11,136 KB
testcase_17 AC 757 ms
11,136 KB
testcase_18 AC 746 ms
11,136 KB
testcase_19 AC 769 ms
11,136 KB
testcase_20 AC 753 ms
11,136 KB
testcase_21 AC 770 ms
11,136 KB
testcase_22 AC 771 ms
11,136 KB
testcase_23 AC 739 ms
11,136 KB
testcase_24 AC 749 ms
11,136 KB
testcase_25 AC 757 ms
11,136 KB
testcase_26 AC 750 ms
11,136 KB
testcase_27 AC 779 ms
11,136 KB
testcase_28 AC 749 ms
11,136 KB
testcase_29 AC 750 ms
11,136 KB
testcase_30 AC 758 ms
11,136 KB
testcase_31 AC 757 ms
11,136 KB
testcase_32 AC 762 ms
11,136 KB
testcase_33 AC 756 ms
11,136 KB
testcase_34 AC 766 ms
11,136 KB
testcase_35 AC 756 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