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