Run ID:133952
提交时间:2025-10-25 11:21:04
#include<iostream> using namespace std; int main() { int n,m; cin>>(n+m)*2<<" "<<n+m<<endl; return 0; }