Run ID:141764

提交时间:2025-12-28 14:55:25

#include<iostream> using namespace std; int main(){ int a,r,g; cin>>a,r>>g; cout<<a*r*g<<endl; return 0; }