"카타 8급 Twice as old"의 두 판 사이의 차이

(새 문서: ==C++== {{카타|8급|C++|8}} <source lang='cpp'> </source>)
 
2번째 줄: 2번째 줄:
{{카타|8급|C++|8}}
{{카타|8급|C++|8}}
<source lang='cpp'>
<source lang='cpp'>
int twice_as_old(int dad, int son) {
  return abs(dad-son*2);
}
</source>
</source>

2019년 3월 17일 (일) 17:01 판

C++

int twice_as_old(int dad, int son) {
  return abs(dad-son*2);
}
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}