编辑代码

#include <stdio.h>
#include <string.h>

int main()
{
    printf("%d\n",strlen("c:\test\121"));
    return 0;
    
}