题目内容:已知正方形的边长,试编程求出其面积。输入描述:输入不超过50个正整数的数据n(1#include #include using namespace std;int main(int argc, char * argv[]){ vector length(50); int num=0; int l; while(num=1&&l10000) { cout<<"The length should be greater than 1 and less than 10000"; } } return 0;... Read More
posted @ 2013-10-19 00:48 源子陌 Views(551) Comments(0) Diggs(0) Edit