C-free 0错误0警告但是构建中止_百度知道
C-free 0错误0警告但是构建中止#include <stdio.h>main(){int s=0,i;for(i=1;i<=100;i++)s=s+i;printf("%d",s);}你试试...
C-FREE编译器下这段代码怎么报错?
nondigits in number and not hexadecimal[Error] d:\My Documents\C-Free\Temp\未命名1.cpp:5: nondigits in number and not hexadecimal构建中止 未命名1: ...