为什么c++模式不能使用
#include<string.h> #include<stdio.h> int main() { char s[101]; gets(s); printf("%d", strlen(s)); return 0; }