mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-11-05 13:38:47 +00:00
6 lines
157 B (Stored with Git LFS)
Plaintext
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;
|