//½d¨Ò5-3C¡Gºâ³N¹Bºâ¹ê¨Ò //ÀɦWch5_3.c #include void main() { int a=37,b=45; int c,d,e,f,g; c=a+b; d=a-b; e=a*b; f=a/b; g=a%b; a++; b--; }