Run ID:115505

提交时间:2025-03-30 20:12:44

#include <iostream> int main(){ int a,b,c; std::cin>>a>>b>>c; int d = a * b * c; std::cout<< d; return 0; }