提交时间:2026-01-16 19:11:29

运行 ID: 82661

#include <stdio.h> using namespace std; int main(){ int n; cin>>n; cout<<n-1+n+1; return 0; }