#include <stdio.h>int main(){? ? int x,y;? ? x = 10;? ? y = -3;? ? printf("x/y=%d\n", ?(double)x/y ? );? ? return 0;} 查看完整描述