Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
83730 sh25_huangse 切面条 C++ 通过 0 MS 244 KB 138 2026-02-01 19:53:47

Tests(1/1):


#include<iostream> #include<cmath> using namespace std; const int duizhe=10; int main(){ cout<<pow(2,duizhe)+1; return 0; }


测评信息: