Run ID:117456
提交时间:2025-04-19 11:02:18
#include<bits/stdc++.h> using namespace std; int main(){ int x,y,a; cin>>x>>y>>a; cout<<x*y*a; return 0; }