Cod sursa(job #2230883)
| Utilizator | 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);
}
