Run ID:112660

提交时间:2025-03-09 20:45:42

#include <stdio.h> int main(){ int a,b,c; scanf("%d%d%d",&a,&b,&c); printf("%d",a*b*c); return 0; }