Skip to content
On this page

01_Expr_01.py

WARNING

โค้ดกาวมากครับ อย่าลอกเลย 😭😭😭

ทำเองเถอะนะครับ จะได้ทำข้อสอบได้ 🥲🥲🥲

py
import math

n = int(input())

print(math.sqrt(2 * math.pi) * n ** (n + 0.5) * math.e ** (-n + 1/(12*n + 1)))
print(math.sqrt(2 * math.pi) * n ** (n + 0.5) * math.e ** (-n + 1/(12*n)))

People who plagiarize Com Prog HW:

People who do Com Prog HW by themself:

Released under the MIT License