请大侠帮我写几个C++的程序,谢谢

日期:2008-09-12 18:42:22 人气:1

请大侠帮我写几个C++的程序,谢谢

1、 #include #include void main() { char str[81]; int length; int i; printf( "please input a string:\n" ); scanf( "%s", str ); length = strlen( str ); printf( "the result is:\n" ); for( i =
    A+
热门评论