#include <cstdlib>
#include <iostream>
using namespace std;
int main()
{
int i,k;
for (i=100;i<=999;i++)
{ k=i+i*1000;
if (k%75==0)
cout<<k/75<<“ „;}
cout<<endl;
system(„PAUSE“);
return EXIT_SUCCESS;
}
#include <cstdlib>
#include <iostream>
using namespace std;
int main()
{
int i,k;
for (i=100;i<=999;i++)
{ k=i+i*1000;
if (k%75==0)
cout<<k/75<<“ „;}
cout<<endl;
system(„PAUSE“);
return EXIT_SUCCESS;
}