Cod sursa(job #2627909)
Utilizator | Data | 13 iunie 2020 12:32:38 | |
---|---|---|---|
Problema | Algola | Scor | 0 |
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;}