Skip to content

Commit

Permalink
[auto-verifier] docs commit c0d9e36
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Jun 14, 2024
1 parent 8f85584 commit c98724b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 28 deletions.
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ data:
libraryCategories:
- name: math
pages:
- icon: ':x:'
- icon: ':warning:'
path: math/Binomial.hpp
title: math/Binomial.hpp
verificationCategories:
Expand All @@ -12,7 +12,7 @@ data:
- icon: ':x:'
path: test/math/Binomial_Coefficient_Prime_Mod.test.cpp
title: test/math/Binomial_Coefficient_Prime_Mod.test.cpp
- icon: ':heavy_check_mark:'
- icon: ':x:'
path: test/math/sampleproblem.test.cpp
title: test/math/sampleproblem.test.cpp
layout: toppage
Expand Down
16 changes: 6 additions & 10 deletions math/Binomial.hpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@
data:
_extendedDependsOn: []
_extendedRequiredBy: []
_extendedVerifiedWith:
- icon: ':x:'
path: test/math/Binomial_Coefficient_Prime_Mod.test.cpp
title: test/math/Binomial_Coefficient_Prime_Mod.test.cpp
_isVerificationFailed: true
_extendedVerifiedWith: []
_isVerificationFailed: false
_pathExtension: hpp
_verificationStatusIcon: ':x:'
_verificationStatusIcon: ':warning:'
attributes:
links: []
bundledCode: "#line 2 \"math/Binomial.hpp\"\n\n#include<vector>\n#include<assert.h>\n\
Expand Down Expand Up @@ -81,10 +78,9 @@ data:
isVerificationFile: false
path: math/Binomial.hpp
requiredBy: []
timestamp: '2024-06-15 02:47:36+09:00'
verificationStatus: LIBRARY_ALL_WA
verifiedWith:
- test/math/Binomial_Coefficient_Prime_Mod.test.cpp
timestamp: '1970-01-01 00:00:00+00:00'
verificationStatus: LIBRARY_NO_TESTS
verifiedWith: []
documentation_of: math/Binomial.hpp
layout: document
redirect_from:
Expand Down
10 changes: 3 additions & 7 deletions test/math/Binomial_Coefficient_Prime_Mod.test.cpp.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
---
data:
_extendedDependsOn:
- icon: ':x:'
path: math/Binomial.hpp
title: math/Binomial.hpp
_extendedDependsOn: []
_extendedRequiredBy: []
_extendedVerifiedWith: []
_isVerificationFailed: true
Expand Down Expand Up @@ -56,12 +53,11 @@ data:
\ mint::set_mod(m);\n po167::Binomial<mint> table(std::min(m, 10000000));\n\
\ while (T--){\n int n, k;\n std::cin >> n >> k;\n std::cout\
\ << table.C(n, k).val() << \"\\n\";\n }\n}"
dependsOn:
- math/Binomial.hpp
dependsOn: []
isVerificationFile: true
path: test/math/Binomial_Coefficient_Prime_Mod.test.cpp
requiredBy: []
timestamp: '2024-06-15 02:47:36+09:00'
timestamp: '1970-01-01 00:00:00+00:00'
verificationStatus: TEST_WRONG_ANSWER
verifiedWith: []
documentation_of: test/math/Binomial_Coefficient_Prime_Mod.test.cpp
Expand Down
14 changes: 5 additions & 9 deletions test/math/sampleproblem.test.cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,10 @@ data:
_extendedDependsOn: []
_extendedRequiredBy: []
_extendedVerifiedWith: []
_isVerificationFailed: false
_isVerificationFailed: true
_pathExtension: cpp
_verificationStatusIcon: ':heavy_check_mark:'
attributes:
'*NOT_SPECIAL_COMMENTS*': ''
PROBLEM: https://judge.yosupo.jp/problem/aplusb
links:
- https://judge.yosupo.jp/problem/aplusb
_verificationStatusIcon: ':x:'
attributes: {}
bundledCode: "#line 1 \"test/math/sampleproblem.test.cpp\"\n#define PROBLEM \"https://judge.yosupo.jp/problem/aplusb\"\
\n\n#include<bits/stdc++.h>\nint main(){\n int a,b;\n std::cin>>a>>b;\n\
\ std::cout<<a+b<<\"\\n\";\n}\n"
Expand All @@ -21,8 +17,8 @@ data:
isVerificationFile: true
path: test/math/sampleproblem.test.cpp
requiredBy: []
timestamp: '2024-06-15 02:47:36+09:00'
verificationStatus: TEST_ACCEPTED
timestamp: '1970-01-01 00:00:00+00:00'
verificationStatus: TEST_WRONG_ANSWER
verifiedWith: []
documentation_of: test/math/sampleproblem.test.cpp
layout: document
Expand Down

0 comments on commit c98724b

Please sign in to comment.