提交时间:2025-07-08 12:32:09
运行 ID: 329764
#include<bits/stdc++.h> using namespace std; int main() { int i,j,n; cin>>i>>j>>n; cout<<i*j*n; return 0; }