Skip to content

Instantly share code, notes, and snippets.

View ShaneOH's full-sized avatar

Shane O'Hanlon ShaneOH

View GitHub Profile

Keybase proof

I hereby claim:

  • I am shaneoh on github.
  • I am shaneoh (https://keybase.io/shaneoh) on keybase.
  • I have a public key ASA2_U5YiZfuy0Av-lMa0k1TmH44eNFJFWuAhL1jeoo8xwo

To claim this, I am signing this object:

import java.io.*;
import java.util.*;
public class Solution {
public static void main(String[] args) {
/* Enter your code here. Read input from STDIN. Print output to STDOUT. Your class should be named Solution. */
Scanner in = new Scanner(System.in);
int cases = in.nextInt();
int digits, fives, threes;