Run ID:129411
提交时间:2025-08-25 14:58:45
#include<iostream> using namespace std; int main(){ int x,y,z; cin>>x>>y>>z; cout<<x*y*z<<endl; return 0; }