Run ID:157328
提交时间:2026-07-22 15:49:15
#include<iostream> using anmespacestd; int main(){ int a,b,c; cin>>a>>b>>c; cout<<a*b*c<<endl; return 0; }