大一新生作业
visualstudio吧
全部回复
仅看楼主
level 1
gusj 楼主
前三行不能动,怎么调都不对,该怎么办
2024年09月10日 11点09分 1
level 1
gusj 楼主
图中代码
#include <stdio.h>
#include <iostream>
using namespace std;
int main()
{
float height, width, area;
scanf("%f%f", &height, &width);
area = height * width;
printf("area is %f\n", area);
}
2024年09月10日 11点09分 3
1