#include <iostream>using namespace std;#define PT 3.5;#define S(x)PT*x*x;void main(){ int a=1,b=2; cout<<S(a+b);} 查看完整描述