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