0
Looks like your programme needs input (what does it mean
2 Respuestas
+ 2
oh whenever your code needs input here at solo learn code plsyground you get the box and then the input is sent to the servers.
+ 1
If you have a variable:
int x;
cin >> x;
And you write cin, it means you give x a value.