habara-k / ICPCLibrary

https://habara-k.github.io/ICPCLibrary/
3 stars 0 forks source link

PROCON LIBRARY for WHITE-BOARD

Actions Status

手動テスト

  1. $ g++ test/graph/dijkstra.test.cpp
  2. $ ./a.out
  1. lib/template.cpp#include <bits/stdc++.h>をコメントアウトする
  2. $ g++ test/graph/dijkstra.cpp -E -C -P
  3. 標準出力をコピーしてPROBLEMのjudge に貼り付けて提出
  4. //#include <bits/stdc++.h>のコメントアウトを外す

CI

*.test.cppに従うファイルは Online Judge Verify Helper が自動でテストしてくれる。

Actionでpassしてる最新のActionを開いて、Artifactsのmain.pdfを確認する。

Actionでpassしてる最新のActionを開いて、ArtifactsのC_C__.xmlをダウンロードする。

のファイルをこれに置き換える。

Contribute

Coding規約