Skip to content

Commit 8e8f578

Browse files
committed
add comment
1 parent e2f842d commit 8e8f578

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

graph/bipartite_edge_coloring/sol/correct.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,8 @@ std::vector<int> solve(int L,int R,int M,int a[],int b[]) {
304304
std::mt19937 mt;
305305

306306
/*
307+
// causion : The function below uses variable-length
308+
// arrays, which are compiler-dependent.
307309
void gen() {
308310
int L=100000;
309311
int R=100000;

0 commit comments

Comments
 (0)