This commit is contained in:
Andrew 2019-11-18 11:02:11 +07:00
parent 0d75f30a49
commit 4744ebb565
69 changed files with 7 additions and 5 deletions

View file

@ -1,15 +0,0 @@
// ac_1_2.cpp
// Горбацевич Андрей
#include <iostream>
#include <cstdio>
#include <clocale>
#include <cmath>
using namespace std;
int main()
{
setlocale(LC_ALL, "russian");
double a;
cin >> a;
cout << a*a*a*sqrt(2.f)/12;
}