Cod sursa(job #2394556)

Utilizator AndreiStrAndrei Stroici AndreiStr Data 1 aprilie 2019 18:34:56
Problema Bool Scor 0
Compilator cpp-64 Status done
Runda Arhiva de probleme Marime 0.2 kb
#include <bits/stdc++.h>

using namespace std;
ifstream f("bool.in");
ofstream g("bool.out");
char c;
vector<string> a;
int k;

int main()
{
    while(f>>c)
        a[++k]=c;
    return 0;
}