开发平台(Platform): (Ex: Win10, Linux, ...)
win10
编译器(Ex: GCC, clang, VC++...)+目标环境(跟开发平台不同的话需列出)
minGW
额外使用到的函数库(Library Used): (Ex: OpenGL, ...)
strlen
问题(Question):
char *s1= "(a*b)";
int a=strlen(s1);
看结果a是等于5没错,但
for(int i=0;i<strlen(s1);i++)
却只执行三次..
为什么呢 真奇怪啊
喂入的资料(Input):
预期的正确结果(Expected Output):
错误结果(Wrong Output):
程式码(Code):(请善用置底文网页, 记得排版)
补充说明(Supplement):