C语言经典例题及答案
作业一求一个任意边长的矩形面积。#include <stdio.h>void main(){int w,h,sum;scanf("%d%d",&w,&h);sum=w*h;printf("area=%