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

잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
 
1번째 줄: 1번째 줄:
==C++==
==C++==
{{카타|8급|C++|8}}
{{카타|8급|C++|8}}
<source lang='cpp'>
<syntaxhighlight lang='cpp'>
double SakuraFall(double v) {
double SakuraFall(double v) {
   std::cout << v << std::endl;
   std::cout << v << std::endl;
   return v>0? 400/v : 0;
   return v>0? 400/v : 0;
}
}
</source>
</syntaxhighlight>

2020년 11월 2일 (월) 02:48 기준 최신판

C++[ | ]

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