Run ID:157117
提交时间:2026-07-20 10:18:29
#include<iostream> using namespace std; int main() { int x,y,z; cin>>x>>y>>z; cout<<x*y*z<<endl; return 0; }