Cod sursa(job #2230883)

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

using namespace std;

struct object {
    int a[100000];
};

int main() {
    vector<object> V;
    V.resize(1000);
}