the amount of input is unknown

Solutions on MaxInterview for the amount of input is unknown by the best coders in the world

showing results for - "the amount of input is unknown"
Nicole
22 Jan 2016
1while (cin >> x) {
2// code
3}
4