"카타 8급 The falling speed of petals"의 두 판 사이의 차이

(새 문서: ==C++== {{카타|8급|C++|8}} <source lang='cpp'> </source>)
 
2번째 줄: 2번째 줄:
{{카타|8급|C++|8}}
{{카타|8급|C++|8}}
<source lang='cpp'>
<source lang='cpp'>
double SakuraFall(double v) {
  std::cout << v << std::endl;
  return v>0? 400/v : 0;
}
</source>
</source>

2019년 3월 18일 (월) 00:12 판

C++

double SakuraFall(double v) {
  std::cout << v << std::endl;
  return v>0? 400/v : 0;
}
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}