Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
104739 邹文浠白云六中 猴子吃桃 C++ 通过 100 0 MS 256 KB 174 2023-10-04 08:38:41

Tests(1/1):


#include <iostream> using namespace std; int main() { ios::sync_with_stdio(0); int n = 1; for(int i = 1;i < 10;i++) { n += 1; n *= 2; } cout << n; }


测评信息: