Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
129241 王影彤 逆序输出数组 C++ 解答错误 50 0 MS 264 KB 153 2024-01-26 17:04:33

Tests(5/10):


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


测评信息: