|
|
вернуться в форумWhat's wrong? #include <iostream> using namespace std; int main() { double k; while(cin >> k) { cout << fixed << setprecision(4) << sqrt(k) << endl; } } Re: What's wrong? Послано Hobo99 9 дек 2023 04:33 I think the solution is supposed to start from the last number |
|
|