QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#749114 | #9136. Exponent Calculator | ucup-team134 | WA | 0ms | 3944kb | C++14 | 553b | 2024-11-14 22:43:00 | 2024-11-14 22:43:00 |
Judging History
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;
}
詳細信息
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