Cod sursa(job #2531360)
Utilizator | Data | 26 ianuarie 2020 10:33:03 | |
---|---|---|---|
Problema | Camera | Scor | 100 |
Compilator | cpp-64 | Status | done |
Runda | Arhiva de probleme | Marime | 0.32 kb |
#include <bits/stdc++.h>
#define x first
#define y second
#define point pair<double,double>
#define DIM 1000
using namespace std;
ifstream f("camera.in");
ofstream g("camera.out");
void Print()
{
g<<setprecision(2)<<fixed;
g<<sqrt(-1);
g.close();
}
int main()
{
Print();
return 0;
}