Run ID:104371

提交时间:2025-01-04 20:29:11

#include<bits/stdc++.h> using namespace std; int a,b,n; int main(){ cin>>a>>b>>n; cout<<a*b*n; return 0; }