#include
#include
using namespace std;
int main()
{

string P = {'c','b'};
for (int i = 0;i<sizeof P;++i)
{
   cout << P[i];
}
cout << "string is over";
}

  • 邀请
  • 收藏
  • 分享
发送
登录 后发表评论
  • 51testing软件测试圈微信