提交时间:2025-04-20 12:52:20
运行 ID: 9705
#include<bits/stdc++.h> using namespace std; int a,b; int main(){ cin>>a>>b; cout<<a*5+b*3; return 0; }