提交时间:2026-02-26 17:02:50
运行 ID: 430635
#include<iostream> using namespace std; int main(){ int n,p; cin>>n>>p; cout<<p<<"*"<<n<<"="<<p*n; return 0; }