#include
using namespace std;
int main()
{
int l,w,c,s;
cin>>l>>w;
c=2*(l+w);
s=l*w;
cout<<"周长="<"面积="<return 0;
}
鍛ㄩ暱=8
闈㈢Н=3
Process exited after 4.205 seconds with return value 0
请按任意键继续. . .
1 3
周长=8
面积=3
Process exited after 4.205 seconds with return value 0
请按任意键继续. . .
可以设置修改为【简体中文】。或者看看编码格式。
一般是内存溢出