Run ID:131124
提交时间:2025-09-21 09:26:27
#include<iostream> using namespace std; int main(){ int c,k; cin>>c>>k; cout<<c*k; return 0; }