카타 7급 Love vs friendship

R[ | ]

words_to_marks <- function(s){
  sum( utf8ToInt(s) - 96 )
}
words_to_marks <- function(s){
 sum(match(unlist(strsplit(s, '')), letters))
}
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}