Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
41204 lmz120809 剪绳子 C++ Accepted 0 MS 256 KB 122 2024-02-20 09:31:33

Tests(1/1):


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


Judgement Protocol: