Cod sursa(job #2696160)
Utilizator | Data | 15 ianuarie 2021 14:59:16 | |
---|---|---|---|
Problema | Camera | Scor | 100 |
Compilator | cpp-64 | Status | done |
Runda | Arhiva de probleme | Marime | 0.17 kb |
#include <bits/stdc++.h>
std::ifstream fin("camera.in");
std::ofstream fout("camera.out");
int main() {
fout << std::fixed << std::setprecision(2) << sqrt(-1);
return 0;
}