竞赛
考级
#include<bits/stdc++.h> using namespace std; int main() { long long a,b; cin>>a>>b; cout<<a*b+5; return 0; }
个别地方要注意。
提交答案之后,这里将显示提交结果~