Divisible By 17
CodeChefOpen on judge ↗
Given a large positive number of atmost 1000 digits. You have to find out whether that number is divisible by 17 or not. Input First line of input contains a number t, number of test cases. Then t lines follows each containing a number. Output For each test case output "YES" if number is divisible by 17 otherwise "NO". Sample Input: 2 1717171717171717171717171717171717171717 19 Sample Outpu
HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17
CodeSearch Tutor
Hints, not spoilers — it won’t hand over the full solution unless you insist.
Sign in to chat with the tutor and save your progress.
Sign in to start