Run ID:88190

提交时间:2024-08-18 11:58:54

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