2008 01-29 基础问题,我的程序为什么出错? HOT 作者: titan1988 分类: 编程问题提问区 评论: 7 条评论 题目:实现 -1 (x>0)y={0 (x=0) 1 (x<0) #include <stdio.h>void main(){ int x,y; scanf("%d",&x); if(x>=0... 阅读全文