#include
using namespace std;
int main(void)
{
char scanner[100];
int n = 0;
bool check = false;
cout<<"Enter a sentence:"<
cout<<"***********************"<
if(scanner[i]==' ')
{
if(check)
{
cout<
check = false;
}
}
else
{
check = true;
cout<
}
cout<
} ******本程序可以输入不规范的英语句子********