阅读背景:

[C++ Primer Plus第六版]第3章

来源:互联网 

1.

#include<iostream>
using namespace std;
const int turn = 12;
int main()
{
	int n = 0;
	cout << "Enter your level(英寸):______\b\b\b\b\b\b";
	cin >> n;
	cout << "your level(英尺) is:" << n/turn << endl;
	return 0;
}#include<iostream>
using namespace std;
co



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: