急急急急急急! 算法实现题:统计数字问题(用c++写)

2024年11月29日 22:46
有2个网友回答
网友(1):

#include
#include
void main()
{
int n;
ifstream fin("Input.txt");
ofstream fout("Output.txt");
fin>>n;
for(int i=0;i<10;i++)
if(i else fout< fin.close();
fout.close();
}
//Input.txt
254
//Output.txt
26
26
26
26
25
25
25
25
25
25

网友(2):

sfgbsfgbfgs