3923. 字符串长度

Naive输入输出

时间限制:1000 ms

内存限制:256 MiB

题面

Print length and bytes of a string literal “hello,world\n”in two lines.

提示

Note: library function strlen in string.h can be used to get length of a string literal.