Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
46294 jiabokai 剪绳子 C++ Accepted 0 MS 248 KB 109 2024-05-03 09:11:39

Tests(1/1):


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


Judgement Protocol: