摘要:
#include<stdio.h> int main() { double a,b; char c; printf("Enter an expression: a+(-,*,/)b\n"); scanf("%lf%c%lf",&a,&c,&b); while(a<0||b<0) { printf(" 阅读全文
摘要:
这是在执行代码过程中出现的错误,源代码在别的电脑上能运行,在自己的VC里运行就出现错误,在网上也搜过解决办法,但还是有点不太理解,是编程环境的问题h还是代码本身也存在问题??? 阅读全文