#39922: c++提示(挖空,每格空數不代表字數,每格可能不止一字)


112225 (cococococonut)


#include<iostream>
 
using namespace std;
 
int main()
{空空空 a, b ,c ;
b=0;
cin>>a;
do
{
b=(b*10)+空空空空空;
a=a/10;
}
while(空空空空空);
cout << b << endl;
 
return 0;
}