Cod sursa(job #2322440)
Utilizator | Data | 17 ianuarie 2019 19:44:10 | |
---|---|---|---|
Problema | Poligon | Scor | 0 |
Compilator | cpp-64 | Status | done |
Runda | Arhiva de probleme | Marime | 0.43 kb |
#include <bits/stdc++.h>
using namespace std;
ifstream f("poligon.in");
ifstream g("poligon.out");
int n,m,i;
double x;
int main()
{
f>>n>>m;
for(i=1;i<=n+m;i++)
{
f>>x>>x;
}
for(i=1;i<=n*m;i++)
{
x/=10.1251;
x*=10.1251;
x/=10.1251;
x*=10.1251;
x/=10.1251;
x*=10.1251;
x/=10.1251;
x*=10.1251;
}
return 0;
}