/*a001*/
#include"stdio.h"
#include"stdlib.h"
main()
{
char x[]="" ;
printf("讀入指定的字串:");
scanf("%s",&x);
printf("%s\n",x);
system("pause")
}
您使用了未開放使用的函式: system
/*a001*/
#include"stdio.h"
#include"stdlib.h"
main()
{
char x[]="" ;
printf("讀入指定的字串:");
scanf("%s",&x);
printf("%s\n",x);
system("pause")
}
您使用了未開放使用的函式: system
/*a001*/
#include"stdio.h"
#include"stdlib.h"
main()
{
char x[]="" ;
printf("讀入指定的字串:");
scanf("%s",&x);
printf("%s\n",x);
system("pause")
}
您使用了未開放使用的函式: system
不行吧
不是要用while嗎?
/*a001*/
#include"stdio.h"
#include"stdlib.h"
main()
{
char x[]="" ;
printf("讀入指定的字串:");
scanf("%s",&x);
printf("%s\n",x);
system("pause")
}
您使用了未開放使用的函式: system
不行吧
不是要用while嗎?
第一個printf是多餘的
拿掉吧