Cod sursa(job #2230885)

Utilizator freak93Adrian Budau freak93 Data 12 august 2018 01:38:01
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[1000];
};

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