update
This commit is contained in:
parent
adff9c0a4e
commit
011d911279
3
src/7/20/T371062.cpp
Normal file
3
src/7/20/T371062.cpp
Normal file
@ -0,0 +1,3 @@
|
||||
int main(){
|
||||
|
||||
}
|
@ -6,7 +6,7 @@ using ll = long long;
|
||||
ll n,k,ans{};
|
||||
std::vector<ll> a,s;
|
||||
std::multiset<ll> se;
|
||||
#define NV(v)do{printf("%s",#v);printf(" : %lld\n",(v));}while(0)
|
||||
#define NV(v)do{printf("%s",#v);printf(" : %lld\n",(v));}while(false)
|
||||
|
||||
void addAns(ll n){
|
||||
se.insert(n);
|
||||
|
Loading…
Reference in New Issue
Block a user