一级答案
2026-03-18 19:53:05
发布于:上海
0阅读
0回复
0点赞
#include<bits/stdc++.h>
using namespace std;
int main()
{
double n;cin>>n;
if(n>3.1415926)
{
printf("yes");
}
else
{
printf("no");
}
return 0;
}
这里空空如也
2026-03-18 19:53:05
发布于:上海
#include<bits/stdc++.h>
using namespace std;
int main()
{
double n;cin>>n;
if(n>3.1415926)
{
printf("yes");
}
else
{
printf("no");
}
return 0;
}
这里空空如也
提交答案之后,这里将显示提交结果~
有帮助,赞一个