Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
104852 杨博煊 布阵 C++ 解答错误 0 0 MS 236 KB 155 2023-10-04 10:17:09

Tests(0/5):


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


测评信息: