Cod sursa(job #1009032)
Utilizator | Data | 12 octombrie 2013 13:17:36 | |
---|---|---|---|
Problema | Dezastru | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.27 kb |
#include <fstream>
#include <iomanip>
#include <cmath>
using namespace std;
ifstream f("dezastru.in");
ofstream g("dezastru.out");
int main()
{
f>>N>>K;
for (int i=1; i<=N; ++i) f>>p[i];
g<<fixed<<setprecision(6)<<fabs()<<'\n';
return 0;
}