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; }
10 Answers
+ 2
+ 2
Good đ
+ 1
Should I email to sololearn.com or they will fix this bug on their own ?
+ 1
Sololearn is aware of the issue but you can send a bug report if you like
+ 1
Keshav Karn
email with screenshots to info@sololearn.com maybe they will help you
+ 1
If sololearn is aware of the issue then their is no need , let's see in how many hours they will fix it
+ 1
Yes Shakshi mam , let's wait and watch
+ 1
Code is now running , issue is fixed
0
Sololearn c++ seems to be down. My codes are not running, too
0
Then wait maybe they fix it