Cod sursa(job #2595816)
Utilizator | Data | 8 aprilie 2020 14:23:26 | |
---|---|---|---|
Problema | Camera | Scor | 100 |
Compilator | cpp-64 | Status | done |
Runda | Arhiva de probleme | Marime | 0.17 kb |
#import<bits/stdc++.h>
using namespace std;ifstream f("camera.in");ofstream g("camera.out");void Print(){g<<setprecision(2)<<fixed;g<<sqrt(-1);g.close();}main(){Print();}