Skip to content

Conversation

naskya
Copy link
Contributor

@naskya naskya commented May 15, 2021

Why is this change needed?

  • std::std::vector is a typo.
  • Although non-qualified scanf works on many systems, we should use std::scanf (unless you do not using namespace std). see: C++17: 20.5.1.2
  • To be consistent with line 15, we should use long double for float arguments.

What did you implement?

What behavior do you expect?

I leave these sections blank since it is obvious.

@kyuridenamida
Copy link
Owner

Thanks for the contribution.
I gave permission to you to run the automated checks since you were the first contributor to this repo.
For some reason, automated unit tests / style-checking still doesn't work for this PR now.

Can you push some commit or re-create PR?

@naskya
Copy link
Contributor Author

naskya commented May 16, 2021

I found that README.md should also be updated, so I pushed another commit. I can re-create PR if needed.

@naskya
Copy link
Contributor Author

naskya commented May 16, 2021

I'll create new PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants