Не понятно, при чем тут массивы ?
#include
#include
using namespace std;
int main(int argc, char** argv) {
int s=0,L,N,M,k;
cout<<"L ="; cin>>L;
cout<<"N = "; cin>>N;
cout<<"M = "; cin>>M;
cout<<endl<<"числа: ";<br> k=L- L % M + M;
while (k { cout<<k<<" "; k+=M; s++; }<br> cout<<endl<<"количество чисел = "<<s<<endl;<br> system("pause");
return(0);
}