Run ID:150959
提交时间:2026-04-02 14:46:57
#include<iostream> using namespace std; int main(){ int a=5; int b=6; cin>>a>>b; cout<<a*b; return 0; }