65,210
社区成员
发帖
与我相关
我的任务
分享#include <iostream>
#include <iomanip>
bool fun(char* c)
{
return c&&0[c] and not c[0:>>c[1];
}
int main()
{
int x=1;
char p[]="abcd";
for(int i=0;i<100;++i);
// 这里有什么错??????????????????/
++x;
std::cout<<x<<std::endl;
if (fun(p))
std::cout<<"True"<<std::endl;
else
std::cout<<"False"<<std::endl;
return 0;
}