update
This commit is contained in:
parent
9ec3f62d1f
commit
234f6f83aa
@ -1,10 +1,12 @@
|
||||
#define NDEBUG
|
||||
|
||||
#include <algorithm>
|
||||
#include <cmath>
|
||||
#include <iomanip>
|
||||
#include <iostream>
|
||||
#include <limits>
|
||||
#include <string>
|
||||
#include <bitset>
|
||||
|
||||
#define NV(v)#v<<" : "<<(v)
|
||||
#ifdef NDEBUG
|
||||
@ -66,6 +68,7 @@ int main(){
|
||||
if(new_len<mtx_len[i][j]){
|
||||
mtx_len[i][j] = new_len;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user