Run ID:105904

提交时间:2025-01-14 17:14:20

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