Cod sursa(job #2627601)
Utilizator | Data | 11 iunie 2020 14:34:34 | |
---|---|---|---|
Problema | Camera | Scor | 100 |
Compilator | cpp-64 | Status | done |
Runda | Arhiva de probleme | Marime | 0.15 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;}