QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#504136 | #9136. Exponent Calculator | ucup-team3684# | AC ✓ | 8ms | 10584kb | Python3 | 863b | 2024-08-04 08:58:44 | 2024-08-04 08:58:45 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 8ms
memory: 10584kb
input:
input
output:
25 $1 = $1 * 0.0000009536743164562101208114267697490973318963369820266962051391601562500000000000000000000000000000 $0 = 1 + $1 $1 = $1 * $1 $1 = $1 * 0.4999995231628417968750000000000000000000000000000000000000000000000000000000000000000000000000000000 $0 = $0 + $1 $0 = $0 * $0 $0 = $0 * $0 $0 = $0...
result:
ok max relative diff is 6.47898e-10. Checker runtime is 192 ms
Extra Test:
score: 0
Extra Test Passed