| 
 | 
back to boardHelp me WA#2 Can anyone give me a test? I have WA#2 and my solution passes all the tests from discussions.   At least tell me if i read correctly:   int n; string num; while (getline(cin, num)) {     if (num.length() == 1 && num[0] == '#') break;     (cin >> n).ignore(); }   Edited by author 08.09.2016 13:00  |  
  | 
|