这个程序不知道哪里有错
#include<stdio.h>#include<stdlib.h>
#include<string>
using namespace std;
int main(){
string c;
scanf("%s",&c);
printf("%s",c);
system("pause");
}
输入字符串后,回车,系统报错
该怎么解决这个问题啊
[[it] 本帖最后由 华佛鹰 于 2008-6-27 11:38 编辑 [/it]]
2008-06-27 11:33
2008-06-27 12:36
2008-06-27 13:02
2008-06-27 16:54
2008-06-27 16:56
2008-06-27 16:59
2008-06-27 17:36
2008-06-27 18:05
2008-06-27 20:50
2008-06-27 20:56