Cod sursa(job #18256)
| Utilizator | Data | 18 februarie 2007 11:04:17 | |
|---|---|---|---|
| Problema | Amlei | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | preONI 2007, Runda 2, Clasa a 10-a | Marime | 0.15 kb |
#include <fstream.h>
ifstream f("amlei.in");
ofstream g("amlei.out");
int main(){
for(i=1;i<=10;i++) g<<"DA";
f.close();g.close();}
