![]() |
#2
zjl1382008-07-24 20:52
|
#include<iostream.h>
void hello(char *s)
{
cout<<endi<<S<<". 你们好! ";
}
void main()
{
hello("同学们");
hello("朋友们");
}
请问那里错了。我看那个教程看呢好久还是找不出错在那里,请前辈帮我看看

