Files
cpp-flashcards/org/cpp/dsa/math-geometry/2698-find-the-punishment-number-of-an-integer.org
T

18 lines
322 B
Org Mode
Raw Normal View History

* TODO 2698. Find the Punishment Number of an Integer :medium:
:PROPERTIES:
:NEETCODE: [[../../../../leetcode/out/roadmap.org::*2698. Find the Punishment Number of an Integer][Roadmap]]
:END:
** TODO Approach
Write your approach here.
** TODO Python
#+begin_src python
#+end_src
** TODO C++
#+begin_src cpp
#+end_src