Run ID:129413

提交时间:2025-08-25 14:58:54

#include<iostream> using namespace std; int main(){ int x,y,z; cin>>x>>y>>z; cout<<x*y*z<<endl; return 0; }