+ 3
Sololearn says No Output.
Why does SoloLearn say "No Output" lately when there is clearly supposed to be output.
8 ответов
+ 4
refresh (run) it until you get your output....
+ 2
ig
+ 1
sometimes it's because of network. check your Internet and re-run the code. Hope it works.
+ 1
thanks it's really annoying
+ 1
yes, it is. It should be available offline.
+ 1
@agaban I said when programs clearly should have output it does it. I think I know if I spent hours over days on a code and forgot to put the cout statement. anyways it does it for other peoples code too. and sometimes it works
0
Some times it could be that your program has nothing to display
For instance your program adds a and b which hold integers but your program doesn't print the result, you will get" no output "
0
Same for me, I for example write 2+2 in the sololearn console and the result is "No output".
I need to write:
result = 2+2
print (result)
To get the right output