Run ID:133864
提交时间:2025-10-22 19:45:46
#include<iostream> using namespace std; int main(){ long long a,b,c; cin>>a>>b>>c; cout<<a*b*c; return 0; }