Run ID:92505
提交时间:2024-10-05 15:20:44
#include<bits/stdc++.h> using namespace std; int main() { int n; cin>>n; cout<<n*4; }