摘要:
#include <iostream>#include <cstring>using namespace std;int main(){ if(-1<=strlen("Hello world")) { cout<<"-1<=strlen(\"Hello world\")"<<endl; } int nLen=strlen("Hello world"); if(-1<=nLen) { cout<<"-1<="< 阅读全文
posted @ 2012-04-11 15:59
likebeta
阅读(212)
评论(0)
推荐(0)

浙公网安备 33010602011771号