Code is right but not running . It showing timeout , Plz explain | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Code is right but not running . It showing timeout , Plz explain

#include <iostream> using namespace std; int main() { int marks ; cout << "Enter Marks : " ; cin >> marks ; if (marks<25) { cout << "F" ; } else if (marks>=25 && marks<45) { cout << "E" ; } else if (marks>=45 && marks<70) { cout << "B" ; } else if (marks>=70 && marks<80) { cout << "A" ; } else { cout << "You are genius" ; } return 0; }

16th Nov 2022, 11:08 AM
Keshav Karn
Keshav Karn - avatar
10 Answers
16th Nov 2022, 11:18 AM
Lisa
Lisa - avatar
+ 2
Good 👍
16th Nov 2022, 12:05 PM
Sakshi
Sakshi - avatar
+ 1
Should I email to sololearn.com or they will fix this bug on their own ?
16th Nov 2022, 11:22 AM
Keshav Karn
Keshav Karn - avatar
+ 1
Sololearn is aware of the issue but you can send a bug report if you like
16th Nov 2022, 11:23 AM
Lisa
Lisa - avatar
+ 1
Keshav Karn email with screenshots to info@sololearn.com maybe they will help you
16th Nov 2022, 11:24 AM
Sakshi
Sakshi - avatar
+ 1
If sololearn is aware of the issue then their is no need , let's see in how many hours they will fix it
16th Nov 2022, 11:24 AM
Keshav Karn
Keshav Karn - avatar
+ 1
Yes Shakshi mam , let's wait and watch
16th Nov 2022, 11:25 AM
Keshav Karn
Keshav Karn - avatar
+ 1
Code is now running , issue is fixed
16th Nov 2022, 12:04 PM
Keshav Karn
Keshav Karn - avatar
0
Sololearn c++ seems to be down. My codes are not running, too
16th Nov 2022, 11:13 AM
Bob_Li
Bob_Li - avatar
0
Then wait maybe they fix it
16th Nov 2022, 11:25 AM
Sakshi
Sakshi - avatar