QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#749114#9136. Exponent Calculatorucup-team134WA 0ms3944kbC++14553b2024-11-14 22:43:002024-11-14 22:43:00

Judging History

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

  • [2024-11-14 22:43:00]
  • 评测
  • 测评结果:WA
  • 用时:0ms
  • 内存:3944kb
  • [2024-11-14 22:43:00]
  • 提交

answer

#include <bits/stdc++.h>

#define ll long long
#define pb push_back
#define f first
#define s second
#define sz(x) (int)(x).size()
#define all(x) x.begin(), x.end()
#define rall(x) x.rbegin(), x.rend()
#define ios ios_base::sync_with_stdio(false);cin.tie(NULL)
#define ld long double
#define li __int128

using namespace std;

mt19937 rng(time(NULL));

int main()
{
	cout << 25 << endl;
	int n=1<<23;
	printf("$1 = $1 * %.20Lf\n",(ld)1/n);
	printf("$0 = $1 + 1\n");
	for(int i=0;i<23;i++)printf("$0 = $0 * $0\n");
	return 0;
}

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

input

output:

25
$1 = $1 * 0.00000011920928955078
$0 = $1 + 1
$0 = $0 * $0
$0 = $0 * $0
$0 = $0 * $0
$0 = $0 * $0
$0 = $0 * $0
$0 = $0 * $0
$0 = $0 * $0
$0 = $0 * $0
$0 = $0 * $0
$0 = $0 * $0
$0 = $0 * $0
$0 = $0 * $0
$0 = $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=2.0611e-09,error=2.38415e-05