|
|
back to boardShow all messages Hide all messagesStrange, string s = Console.ReadLine(); ===>AC string s = Console.ReadLine().Trim(); ===> Runtime Error (AV #2) string s = Console.ReadLine().TrimEnd(); ====> Same as above who can explain this? Console.ReadLine() == null at the end of file thanks... yes. it all makes sense now. |
|
|