Cod sursa(job #2538915)
Utilizator | Data | 5 februarie 2020 12:36:59 | |
---|---|---|---|
Problema | Gather | Scor | 10 |
Compilator | cpp-64 | Status | done |
Runda | simulare_miri | Marime | 0.15 kb |
#include <fstream>
using namespace std;
ifstream in("gather.in");
ofstream out("gather.out");
int main()
{
out << 100 ;
return 0;
}