Skip to content

Instantly share code, notes, and snippets.

View jtsfour's full-sized avatar

jtsfour jtsfour

  • Travelier
  • Alabama United States
View GitHub Profile
public int solve()throws NumberFormatException{
//fix negatives remove spaces
StringBuilder neneq = new StringBuilder();
StringBuilder sbn = new StringBuilder();
char nenow =' ';
char nelast =' ';
int bi1=0;