#include<bits/stdc++.h> using namespace std; int a,b,c; int main() { cin>>a>>b>>c; cout<<a*2<<' '<<b*3<<' '<<c*2; return 0; }
使用您的 NarmoOJ 通用账户