0_0_32296845_12774.cpp:5:7: error: expected nested-name-specifier before 'namespacestd'
using namespacestd;
^
0_0_32296845_12774.cpp:6:1: error: 'chars' does not name a type
chars[]={'a','e','i','o','u'};
^
0_0_32296845_12774.cpp:7:14: error: 'charx' was not declared in this scope
bool is_yuan(charx)//ÅжÏ×ÖĸÊÇ·ñÊÇÔªÒô×Öĸ
^
0_0_32296845_12774.cpp:8:1: error: expected ',' or ';' before '{' token
{
^
0_0_32296845_12774.cpp: In function 'int main()':
0_0_32296845_12774.cpp:23:32: error: 'is_yuan' cannot be used as a function
if(is_yuan( pwd[i] ))
^
0_0_32296845_12774.cpp:33:35: error: 'is_yuan' cannot be used as a function
if( is_yuan(pwd[i])&&is_yuan(pwd[i+1])&&is_yuan(pwd[i+2]))
^
0_0_32296845_12774.cpp:33:54: error: 'is_yuan' cannot be used as a function
if( is_yuan(pwd[i])&&is_yuan(pwd[i+1])&&is_yuan(pwd[i+2]))
^
0_0_32296845_12774.cpp:33:73: error: 'is_yuan' cannot be used as a function
if( is_yuan(pwd[i])&&is_yuan(pwd[i+1])&&is_yuan(pwd[i+2]))
^
0_0_32296845_12774.cpp:38:41: error: 'is_yuan' cannot be used as a function
else if( !is_yuan(pwd[i])&& !is_yuan(pwd[i+1])&& !is_yuan(pwd[i+2]))
^
0_0_32296845_12774.cpp:38:62: error: 'is_yuan' cannot be used as a function
else if( !is_yuan(pwd[i])&& !is_yuan(pwd[i+1])&& !is_yuan(pwd[i+2]))
^
0_0_32296845_12774.cpp:38:83: error: 'is_yuan' cannot be used as a function
else if( !is_yuan(pwd[i])&& !is_yuan(pwd[i+1])&& !is_yuan(pwd[i+2]))
^
|