Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 409 Bytes

File metadata and controls

27 lines (19 loc) · 409 Bytes

浮點誤差但不使用checker

輸出 $A * B / C$

輸入

第一行有三個浮點數 $A, B, C$

輸出

輸出 $A * B / C$

輸入限制

  • $0 < A, B, C \leq 10^{12} + 1$

子任務

\subtasks

範例輸入

\testfile{0-01.in}

範例輸出

\testfile{0-01.out}