Run ID:138981
提交时间:2025-11-30 18:16:43
#include <iostream> //designed by hu 2025-10 using namespace std; int main(){ float width,height; cin>> width >> height; cout<< width * height ; return 0; }