Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
54896 | zhangweiran | 剪绳子 | C++ | Accepted | 1 MS | 240 KB | 599 | 2024-11-01 14:55:59 |
#include<iostream> using namespace std; int main(){ int dz,g; cin>>dz; g=dz*2+1; cout<<g; return 0; }