oi程序提交注意:bool
比如我一个程序用了bool类型(#include<stdbool.h>)
在poj以c的方式提交不通过显示Compile Error,而用gcc的方式提交通过了,
也许其它的#include<>也会出现类似的情况
我的内心是崩溃的!!!
………………
c++用 #include <cstdbool> 有时会出错……
比如我一个程序用了bool类型(#include<stdbool.h>)
在poj以c的方式提交不通过显示Compile Error,而用gcc的方式提交通过了,
也许其它的#include<>也会出现类似的情况
我的内心是崩溃的!!!
………………
c++用 #include <cstdbool> 有时会出错……