0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-09-20 17:45:24 +00:00
OI-codes/Luogu/P8289/data/preprocessor2.ans

6 lines
157 B (Stored with Git LFS)
Plaintext

std::cout << 3.14159 * r * r << std::endl;
std::cout << log10(x) / log10(2.71828) << std::endl;
std::cout << "2.71828^(3.14159 * i) + 1 = 0" << std::endl;