Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
128980 std 逆序输出数组 C++ 解答错误 50 0 MS 256 KB 119 2024-01-26 14:36:42

Tests(5/10):


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


测评信息: