QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#500482#9136. Exponent Calculatortriple___aWA 0ms3644kbC++20858b2024-08-01 12:55:172024-08-01 12:55:17

Judging History

你现在查看的是最新测评结果

  • [2024-08-01 12:55:17]
  • 评测
  • 测评结果:WA
  • 用时:0ms
  • 内存:3644kb
  • [2024-08-01 12:55:17]
  • 提交

answer

#include<bits/stdc++.h>
using namespace std;

signed main(){
    ios::sync_with_stdio(false);
    cin.tie(0), cout.tie(0);
    cout<<"25\n$1 = $1 * 0.00390625\n$2 = 1\n$3 = 1\n$4 = $2 * $3\n$0 = $0 + $4\n$2 = $2 * $1\n$3 = $3 * 1\n$4 = $2 * $3\n$0 = $0 + $4\n$2 = $2 * $1\n$3 = $3 * 0.5\n$4 = $2 * $3\n$0 = $0 + $4\n$2 = $2 * $1\n$3 = $3 * 0.33333333333333333333\n$4 = $2 * $3\n$0 = $0 + $4\n$0 = $0 * $0\n$0 = $0 * $0\n$0 = $0 * $0\n$0 = $0 * $0\n$0 = $0 * $0\n$0 = $0 * $0\n$0 = $0 * $0\n$0 = $0 * $0";
}
/*
25
$1 = $1 / 256
$2 = 1
$3 = 1
$4 = $2 * $3
$1 = $1 + $4
$2 = $2 * x
$3 = $3 / 2
$4 = $2 * $3
$1 = $1 + $4
$2 = $2 * x
$3 = $3 / 3
$4 = $2 * $3
$1 = $1 + $4
$2 = $2 * x
$3 = $3 / 4
$4 = $2 * $3
$1 = $1 + $4
$0 = $0 * $0
$0 = $0 * $0
$0 = $0 * $0
$0 = $0 * $0
$0 = $0 * $0
$0 = $0 * $0
$0 = $0 * $0
$0 = $0 * $0
*/

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3644kb

input:

input

output:

25
$1 = $1 * 0.00390625
$2 = 1
$3 = 1
$4 = $2 * $3
$0 = $0 + $4
$2 = $2 * $1
$3 = $3 * 1
$4 = $2 * $3
$0 = $0 + $4
$2 = $2 * $1
$3 = $3 * 0.5
$4 = $2 * $3
$0 = $0 + $4
$2 = $2 * $1
$3 = $3 * 0.33333333333333333333
$4 = $2 * $3
$0 = $0 + $4
$0 = $0 * $0
$0 = $0 * $0
$0 = $0 * $0
$0 = $0 * $0
$0 = $0 ...

result:

wrong answer x=-20,jury=2.06115e-09,participant=2.06028e-09,error=0.000422937