Run ID:115504
提交时间:2025-03-30 20:06:48
#include <iostream> int main(){ int a,b,c; std::cin>>a>>b>>c; int d = a*b*c; std::cout<< d; return 0; }