Cod sursa(job #2232147)
| Utilizator | Data | 17 august 2018 15:48:31 | |
|---|---|---|---|
| Problema | Xerox | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.13 kb |
#include <iostream>
#include <fstream>
using namespace std;
ofstream g ("xerox.out");
int main()
{
g<<1;
return 0;
}
