北大POJ 1005 一直编译错误!代码如下:(在本机VS2010运行正常,交上去就编译错误:Memory:N/A Time:N/A Language:C++ Result:Compile Error )#include using namespace std;int main(){double PI=3.14159265;int n;cin>>n;for(int i=1;
来源:学生作业帮助网 编辑:作业帮 时间:2024/11/16 15:57:54
北大POJ 1005 一直编译错误!代码如下:(在本机VS2010运行正常,交上去就编译错误:Memory:N/A Time:N/A Language:C++ Result:Compile Error )#include using namespace std;int main(){double PI=3.14159265;int n;cin>>n;for(int i=1;
北大POJ 1005 一直编译错误!
代码如下:(在本机VS2010运行正常,交上去就编译错误:
Memory:N/A Time:N/A
Language:C++ Result:Compile Error
)
#include
using namespace std;
int main()
{
double PI=3.14159265;
int n;
cin>>n;
for(int i=1;i>a>>b;
double total=PI*(a*a+b*b)/2;
int year=0;
while(total > 0)
{
total-=50;
++year;
}
cout
北大POJ 1005 一直编译错误!代码如下:(在本机VS2010运行正常,交上去就编译错误:Memory:N/A Time:N/A Language:C++ Result:Compile Error )#include using namespace std;int main(){double PI=3.14159265;int n;cin>>n;for(int i=1;
你的代码中间有一些空格不被系统识别
我已经帮你转换好了
你复制我的代码就可以了
里面有个小错误,见注释
已经AC.
#include
using namespace std;
int main()
{
double PI=3.14159265;
int n;
cin>>n;
for(int i=1;i>a>>b;
double total=PI*(a*a+b*b)/2;
int year=0;
while(total > 0)
{
total-=50;
++year;
}
cout