+ 3
The spy life problem (Java)
I can execute all input cases in netbeans, however in CodePlayground it only accepts case 1 and 2 https://code.sololearn.com/cm3Ymi326Vpg/?ref=app
1 Odpowiedź
+ 4
Use
cad = read.nextLine();
Not
cad = read.next();
I can execute all input cases in netbeans, however in CodePlayground it only accepts case 1 and 2 https://code.sololearn.com/cm3Ymi326Vpg/?ref=app