Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
104874 杨博煊 军事情报 C++ 解答错误 0 0 MS 244 KB 153 2023-10-04 10:32:53

Tests(0/5):


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


测评信息: