Run ID:102364
提交时间:2024-12-21 15:24:04
#include<bits/stdc++.h> using namespace std; int main(){ int N,M; cin>>N>>M; cout<<(N+M)*2; return 0; }