You are viewing a single comment's thread. Return to all comments →
Simple C++ Solution: All Test Case pass int main() { double time; cin >> time; if (time >= 4) cout<<"8.00"; else cout<< time*2; return 0; }
Seems like cookies are disabled on this browser, please enable them to open this website
An unexpected error occurred. Please try reloading the page. If problem persists, please contact support@hackerrank.com
Laptop Battery Life
You are viewing a single comment's thread. Return to all comments →
Simple C++ Solution: All Test Case pass int main() { double time; cin >> time; if (time >= 4) cout<<"8.00"; else cout<< time*2;
return 0; }