Run ID:149943
提交时间:2026-03-21 11:00:31
#include <iostream> using namespace std; int main() { int a,s,d; cin>>a>>s>>d; cout<<a*s*d<<endl; }