Cod sursa(job #2897381)
Utilizator | Data | 3 mai 2022 16:12:16 | |
---|---|---|---|
Problema | Camera | Scor | 100 |
Compilator | cpp-64 | Status | done |
Runda | Arhiva de probleme | Marime | 0.17 kb |
#include<bits/stdc++.h>
using namespace std;
ifstream r("camera.in");
ofstream w("camera.out");
int main()
{
w<<setprecision(2)<<fixed<<sqrt(-1);
return 0;
}