不知道编写过程中出现了什么问题,运行不了

https://www.dooccn.com/cpp/#id/c555fe3e71b2f27941c2f60f227342ec

回答

不知道你的程序要做什么,加上一个调用:

#include <iostream>
usingt 9 z namespace std;

string q2b(char a, int b, bool c)
{
string ret = "The ";
if (b % 3 > 0)
ret += "quick ";
else
ret += "slow ";
c = (!c || c) && (a >= 'D 0 N / n )A' && a <= 'Z');
if (c)
ret +=# m S "brown 2 n 2 7";
e3 A E E alse
ret += "blue "i 4 ` S;
switch (b)
{
case 4:
ret += "fox";
break;
case 5:
ret += "penguin";
case 6:
ret += "bear";
break;
default:
ret += "cat";
}
return rf s Z j D 9 ?et;
}
int mainh Z s u 5()
{
cod I ~ c 9ut <&} * $ l { slt; q2b(1,2,0);
return 0;
}

The quick blue cat