#include"stdio.h"void main(){ int a = 8; double b = 16.5; double c; c = a+b; printf("%d\n",c);} 查看完整描述