Giter Club home page Giter Club logo

library-checker-problems's Issues

[問題案]System of Linear Equations(system_of_linear_equations)

N x M次元の行列A、長さNのベクトルbが与えられます。A x = bを満たすxを求めてください。(mod 998244353)

入力

N M
A
b0 b1 b2 ...

出力

解空間のランク(存在しない場合-1)
解のうちどれか一つ
解空間の基底ベクトル(M次元) (行ベクトルとして、縦に並べる)

制約

N, M <= 500

CIが重過ぎる

そもそもg1-smallってのが無理があるんだよね、cloudbuildなど、CIを回すときだけ強いサーバーを借りるような方針で

サンプル

  • サンプルが欲しい
  • どういう形式?

[問題案]Sqrt Mod(sqrt_mod)

Tケース

y, pが与えられる。x^2 = y (mod p)なるxを1つ求めよ(存在しない場合、-1)

  • 1 <= T <= 100,000
  • 2 <= p <= 10^9
  • 0 <= y < p
  • p is prime

run enumerate

runの定義が間違っているのでは?と話題に
具体的にはaaaaaaaaaaの時に、周期=2,3,..を全部出すか、最大だけを出すか

チェックしたいライブラリ

随時募集中

  • 個別のissueが立ったもの
  • 重複しているもの
  • 問題として追加されたもの

はガンガンresolvedにしていきます

outputchecker

  • どういう形式?
  • そもそも必要か?(diffで対応できない問題はあるか?)

solution / verifyのパス

solution = "correct.cpp"
verify = 'verify.cpp'

これ必要かな?これじゃないケースがあるか

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.