Run ID:131126

提交时间:2025-09-21 09:28:23

#include<iostream> using namespace std; int main(){ int c,k; cin>>c>>k; cout<<c*k; return 0; }