Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
103676 | 张之隽 | 桃子问题 | C++ | Wrong Answer | 0 MS | 256 KB | 278 | 2024-12-29 14:45:36 |
#include<bits/stdc++.h> using namespace std; int main(){ long long a; int qw=(a+1)*2; int qe=(qw+1)*2; int qr=(qe+1)*2; int qt=(qr+1)*2; int qy=(qt+1)*2; int qu=(qy+1)*2; int qi=(qu+1)*2; int qo=(qi+1)*2; int qp=(qo+1)*2; cout<<qp; return 0; }
------Input------
0
------Answer-----
1534
------Your output-----
1022