tosivanmak's blog

By tosivanmak, history, 17 months ago, In English

After days of suffering, I am finally able to solve JOISC 2025 Fortune Telling 3. I find this problem very interesting, so I decided to write a blog to share the solutions. The following records my thought processes to the problem.

Solution
  • Vote: I like it
  • +124
  • Vote: I do not like it

»
17 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by tosivanmak (previous revision, new revision, compare).

»
17 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by tosivanmak (previous revision, new revision, compare).

»
17 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by tosivanmak (previous revision, new revision, compare).

»
17 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by tosivanmak (previous revision, new revision, compare).

»
17 months ago, hide # |
 
Vote: I like it +8 Vote: I do not like it

Nice blog! I feel as though the warning is a bit superfluous..

»
17 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by tosivanmak (previous revision, new revision, compare).

»
16 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

I implemented your solution, but based on my code, I think the maximum value of N can be((4+1)C4+...+(4+6)C4) -6 + ((3+1)C3+...+(3+7)C3) -7 + ((2+1)C2+...+(2+8)C2) -8 + ((1+1)C1+...+(1+9)C1) -9 = 978. https://atcoder.jp/contests/joisp2025/submissions/65113833