You are viewing a single comment's thread. Return to all comments →
the code for reading exactly the number is String? line1 = stdin.readLineSync();
because int.parse(stdin.readLineSync()!); can be null
Seems like cookies are disabled on this browser, please enable them to open this website
Solve Me First
You are viewing a single comment's thread. Return to all comments →
the code for reading exactly the number is String? line1 = stdin.readLineSync();
because int.parse(stdin.readLineSync()!); can be null