#include using namespace std; int main() { const int n = 255 * 1024 * 1024; double * x = new double[n]; double sum=0.0; if (x==NULL) { cout << "Allocation failed" << endl; return(1); } for (int i=0;i