카타 8급 The falling speed of petals

C++[ | ]

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