提交时间:2025-03-09 16:22:40
运行 ID: 312134
#include<iostream> using namespace std; int main(){ int p,n; cin>>n>>p; cout<<p<<"*"<<n<<"="<<n*p; return 0; }