Run ID:130025

提交时间:2025-09-07 13:04:14

#include <iostream> int main(){ int a,b,c; std::cin>>a; std::cin>>b; c = a*b; std::cout<< c; return 0; }