Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
41167 Andrew宥杨 剪绳子 C++ Accepted 0 MS 244 KB 107 2024-02-20 09:06:31

Tests(1/1):


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


Judgement Protocol: