Cod sursa(job #465690)
Utilizator | Data | 25 iunie 2010 11:55:19 | |
---|---|---|---|
Problema | Ratphu | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Stelele Informaticii 2010, gimnaziu si clasa a IX-a, Ziua 1 | Marime | 0.25 kb |
#include <cstdio>
#include <algorithm>
using namespace std;
int main()
{
long long rez,n;
int p,cont=0;
freopen("ratphu.in","r",stdin);
freopen("ratphu.out","w",stdout);
scanf("%lld %d",&n,&p);
if(p>n) printf("0\n");
return 0;
}