摘要:
//输入一串数字间隔出空格 #include using namespace std; int main() { int num,num2,k=1,i,a[100]; cout > num; num2 = num; while (num >= 10) { num = num / 10; k++; } for ( i = 0; i =0; i--) { cout ... 阅读全文
posted @ 2016-05-09 22:33
信仰2016
阅读(447)
评论(0)
推荐(0)
摘要:
两个人猜拳,石头(r),剪刀(s),布(p),要求用户输入大小写都可以识别。 阅读全文
posted @ 2016-05-09 22:31
信仰2016
阅读(131)
评论(0)
推荐(0)
浙公网安备 33010602011771号