Cod sursa(job #2230884)

Utilizator freak93Adrian Budau freak93 Data 12 august 2018 01:37:19
Problema A+B Scor 0
Compilator cpp Status done
Runda Arhiva de probleme Marime 0.16 kb
#include <iostream>
#include <vector>

using namespace std;

struct object {
    int a[1000];
};

int main() {
    vector<object> V;
    V.reserve(1000000);
}