0
How can i run my code in codeplayground when it needs inputs?
When i run my code this massage pops up and wants me to submit something: "Looks like your program needs input. Split multiple inputs into separate lines."
3 ответов
+ 5
yea thats what you use for the input. its separated by lines. so if you need 3 inputs, you would do:
input1
input2
input3
0
I did what you (@Edward and @Andre) said and my code was run correctly but without output.
0
yeah i did it thanks guys