Run ID:8315
提交时间:2025-09-13 11:54:03
#include <iostream> using namespace std; int main(){ int a,b,c; cin>>a>>b; cout<<a*b*c; ]