Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
104832 勾勾 布阵 C++ 解答错误 0 0 MS 260 KB 152 2023-10-04 10:05:36

Tests(0/5):


#include <iostream> #include <cmath> using namespace std; int main() { int n; cin >> n; cout << pow(2 , n + 1) - 1; return 0; }


测评信息: