Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
128066 梁思宸 单峰排列 C++ 解答错误 10 0 MS 260 KB 149 2024-01-25 11:38:33

Tests(1/10):


#include <bits/stdc++.h> using namespace std; typedef long long ll; int main (){ ll n; cin >> n; cout << pow(2, n - 1); return 0; }


测评信息: