Mai intai trebuie sa te autentifici.
Cod sursa(job #396637)
| Utilizator | Data | 15 februarie 2010 17:54:38 | |
|---|---|---|---|
| Problema | Subsir | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.28 kb |
#include<fstream.h>
int main ()
{
int x,y;
ifstream fcin("subsir.in");
ofstream fcout("subdir.out");
/*while(!fcin.eof()){fcin>>v[i];i++;}
j=1;
while(!fcin.eof()){fcin>>w[j];i++;}
for(k=1;k<=i;k++)
for(l=k;l<=j;l++)
if(v[k]==w[l])*/
fcout<<1;
return 0;
}