We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
制約は n<=10^5 なのに n<=10^3 の入力しかありませんでしたーをチェックしたい
The text was updated successfully, but these errors were encountered:
通常の validator で落ちて欲しい例に対して、ちゃんと落ちることのテストも欲しい気分になりました。 例: 連結無向グラフを入力として与えるべき場合における、 2 頂点 0 辺の入力
Sorry, something went wrong.
「テストケース全体としてほしいものがない」ということを検証する機構は用意されていないのですが、koba-eさんの要望に答える機構は実は既にあります .invalid
https://qiita.com/hiroshi-cl/items/fbd0d0963d8207d33bc6#58-%E5%85%A5%E5%8A%9B%E6%A4%9C%E8%A8%BC%E5%99%A8%E3%81%AE%E6%A4%9C%E8%A8%BC
No branches or pull requests
制約は n<=10^5 なのに n<=10^3 の入力しかありませんでしたーをチェックしたい
The text was updated successfully, but these errors were encountered: