#include int main(){ int a[1000]; for (int k=0; k<1000 ; k++){ a[k] = k; } std::cout <<" Stampo la somma "<