Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
41166 jiabokai 剪绳子 C++ Accepted 1 MS 248 KB 109 2024-02-20 09:04:33

Tests(1/1):


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


Judgement Protocol: