Run ID:140651

提交时间:2025-12-18 19:38:48

#include<iostream> // cin\cout\endl using namespace std; int main(){ int x,y,c; cin>>x>>y>>c; cout<<x*y*c; }