小白一枚,艰难自学ing按照书本和讲解视频敲的代码,不是很理解反馈的错误是什么意思,求大神指教~#include<iostream>using namespace std;int main(){ int radius; cout << "Please enter the radius!\n"; cin >> radius; cout << "The radius is:" << radius << '\n'; cout << "PI is:" << 3.14 << '\n'; cout << "Please enter a different radius!\n"; cin >> radius; cout << "Now the radius is changed to:" << radius << '\n'; return 0;}
- 2 回答
- 0 关注
- 914 浏览
添加回答
举报
0/150
提交
取消