Run ID:146804
提交时间:2026-01-31 11:31:41
#include<iostream> using namespace std; int main() { int a,s,d; cin>>a>>s>>d; cout<<a*s*d; return 0; }