QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#500489#9136. Exponent Calculatortriple___aWA 0ms3648kbC++20865b2024-08-01 13:00:402024-08-01 13:00:41

Judging History

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

  • [2024-08-01 13:00:41]
  • 评测
  • 测评结果:WA
  • 用时:0ms
  • 内存:3648kb
  • [2024-08-01 13:00:40]
  • 提交

answer

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

signed main(){
    ios::sync_with_stdio(false);
    cin.tie(0), cout.tie(0);
    cout<<"22\n$1 = $1 * 0.00048828125\n$0 = $1 + 1\n$2 = $1 * $1\n$3 = 0.5\n$4 = $2 * $3\n$0 = $0 + $4\n$2 = $2 * $1\n$3 = $3 * 0.333333333333333\n$4 = $2 * $3\n$0 = $0 + $4\n$2 = $2 * $1\n$3 = $3 * 0.25\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\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: 3648kb

input:

input

output:

22
$1 = $1 * 0.00048828125
$0 = $1 + 1
$2 = $1 * $1
$3 = 0.5
$4 = $2 * $3
$0 = $0 + $4
$2 = $2 * $1
$3 = $3 * 0.333333333333333
$4 = $2 * $3
$0 = $0 + $4
$2 = $2 * $1
$3 = $3 * 0.25
$4 = $2 * $3
$0 = $0 + $4
$0 = $0 * $0
$0 = $0 * $0
$0 = $0 * $0
$0 = $0 * $0
$0 = $0 * $0
$0 = $0 * $0
$0 = $0 * $0
$...

result:

wrong answer x=-20,jury=2.06115e-09,participant=0.082085,error=3.98248e+07