We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Prepare
- Algorithms
- Implementation
- Find Digits
- Discussions
Find Digits
Find Digits
Sort by
recency
|
1659 Discussions
|
Please Login in order to post a comment
java15:
import java.util.*;
public class Solution { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int n = scanner.nextInt(); int number; String napis; int divDigit=0;
Here is my c++ solution, you can watch the explanation here : https://youtu.be/iTxLvVxH5pY
Solution from my side -
Hi I figure it out how to do this in a straigth foward way with some convertions