Appearance
Series: baekjoon/문자열
문자열의 길이는?
read str echo ${#str}
const str = require("fs").readFileSync(0).toString().trim(); console.log( str.length );
print( len(input()) )
puts gets.chomp.size
Comments
Not supported comment edit and upvote You can do it on this page if you want.
Comments
Not supported comment edit and upvote
You can do it on this page if you want.