Cod sursa(job #2608552)
Utilizator | Data | 1 mai 2020 14:53:38 | |
---|---|---|---|
Problema | Camera | Scor | 100 |
Compilator | cpp-64 | Status | done |
Runda | Arhiva de probleme | Marime | 0.16 kb |
#include <bits/stdc++.h>
using namespace std;ifstream f("camera.in");ofstream g("camera.out");int main(){g<<setprecision(2)<<fixed;g<<sqrt(-1);return 0;g.close();}