Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
137230 林麒瑞 数组元素前移 C++ 解答错误 0 0 MS 264 KB 202 2024-03-09 17:46:29

Tests(0/5):


#include<bits/stdc++.h> using namespace std; int main(){ long long int n,a; cin>>a; for(long int i=a;i>=1;i--){ cout.precision(0); cout<<fixed<<pow(2,i)<<endl; } return 0; }


测评信息: