Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
46965 sunhuifeng 剪绳子 C++ Accepted 1 MS 256 KB 117 2024-05-08 21:03:19

Tests(1/1):


#include<iostream> using namespace std; int main(){ int dz,g; cin>>dz; g=dz*2+1; cout<<g; return 0; }


Judgement Protocol: