填空题

以下程序段中,错误的行号是 【10】
① #include <stdio.h>
② main()
③ char str[14];str[]="I love China!";
④ printf("%s",str);

【参考答案】