Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2be33a5

Browse files
author
sjay05
committed
modify post
1 parent 3bb68cd commit 2be33a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/aac1p5/2021-10-24-pdigit.md renamed to _posts/pdigit/2021-10-24-pdigit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ for a mini-contest in DMOJ.
1212

1313
You are given two integers ~n~ and ~k~, and can perform operations to ~n~.
1414

15-
<!-- more -->
16-
1715
Each operation allows you to *prepend* a digit ~d~ ~(0 \le 0 \le 9)~ to ~n~,
1816
and it is your task to determine if there exists a sequence of operations such
1917
that ~n~ will end up being divisible by ~k~.
2018

19+
<!-- more -->
20+
2121
Note: ~n~ and ~k~ can be fairly large with bounds ~(1 \le n, k \le 10^9)~, and
2222
you are required to answer ~t~ test cases.
2323

0 commit comments

Comments
 (0)