完善程序求解
查看原帖
完善程序求解
280157
星宇,不曾楼主2021/3/6 20:38

注意序号2在while里面

#include<bits/stdc++.h>
using namespace std;
int main()
{
	int a=123;
	while(①)
	{
		cout<<②;
		a=a/10;
		goto b;
	}
	return 0;
	
 } 
2021/3/6 20:38
加载中...