野生蒲公英 • 2年前
using namespace std; int main(){
long long n, s; cin >> n >> s; n = n * s; cout << n; return 0;
}
评论:
请先登录,才能进行评论