#include <bits/stdc++.h>
using namespace std;
/* run this program using the console pauser or add your own getch, system("pause") or input loop */
int main(int argc, char** argv) {
long long int a;
while(cin>>a){
cout<<fixed << setprecision(50) <<sqrt(a)<<endl;
}
return 0;
}
為何答案不隊ㄋㄜ
我也用同樣的程式也不對,好像答案給錯了喔
double存不下吧
Python的decimal是好物