Cod sursa(job #2375240)
Utilizator | Data | 7 martie 2019 23:25:40 | |
---|---|---|---|
Problema | Schi | Scor | 0 |
Compilator | cpp-64 | Status | done |
Runda | Arhiva de probleme | Marime | 0.23 kb |
#include <fstream>
#include <vector>
using namespace std;
ifstream in("schi.in");
ofstream out("schi.out");
int main()
{
vector<int> vec(1270000);
int bytes = sizeof(vec[0]) * vec.size();
out << bytes;
}