The inputs are not entering | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
30th Jan 2022, 12:38 PM
Karthik
Karthik - avatar
3 Answers
+ 1
In C, input is scanned from the stream. It really doesn't need different lines to seperate input. But as Sigterm ended, you either need to change the comment to a single line // or close your multiline comment with */
30th Jan 2022, 1:41 PM
Slick
Slick - avatar
+ 1
Error at line 8 . You have colon ":" at wrong place.
1st Feb 2022, 9:00 AM
Commander Erwin Smith
Commander Erwin Smith - avatar
0
I think this may help. https://code.sololearn.com/cSB6BJOxS13H **Warning no error checking in code if you do not enter the two integer values it will not work correctly** This is basic assuming user enters correct request.
30th Jan 2022, 2:18 PM
William Owens
William Owens - avatar