Run ID:143900
提交时间:2026-01-17 21:22:10
#include<bits/stdc++.h> using namespace std; int main(){ int n,m,b; cin>>n>>m>>b; cout<<n*m*b; return 0; }