+ 5
It depends on what input your code requires to run. E.g. int x, y; cin >> x >> y; In this case, your code requires two integer values. Code Playground will request for your input. Split multiple input into different lines, e.g. 1 2
20th Jan 2018, 5:49 AM
Hatsy Rei
Hatsy Rei - avatar