Cod sursa(job #2685614)
Utilizator | Data | 17 decembrie 2020 13:17:12 | |
---|---|---|---|
Problema | Camera | Scor | 100 |
Compilator | cpp-64 | Status | done |
Runda | Arhiva de probleme | Marime | 0.18 kb |
#include <bits/stdc++.h>
using namespace std;
ifstream f("camera.in");
ofstream g("camera.out");
int main()
{
g<<setprecision(2)<<fixed<<sqrt(-1)<<'\n';
return 0;
}