Cod sursa(job #553513)
| Utilizator | Data | 14 martie 2011 09:32:59 | |
|---|---|---|---|
| Problema | Felinare | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.16 kb |
#include<fstream>
#include<iostream>
using namespace std;
int n,m;
int main()
{
ifstream f("felinare.in");
ofstream g("felinare.out");
f>>n>>m;
g<<n;
}