Skip to content
View venommile's full-sized avatar

Highlights

  • Pro

Block or report venommile

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. дерево отрезков с добавлением к элем... дерево отрезков с добавлением к элементаи
    1
    #include <iostream>
    2
    
                  
    3
    using namespace std;
    4
    
                  
    5
    #include <cstdlib>
  2. summ summ
    1
    #include <iostream>
    2
    
                  
    3
    using namespace std;
    4
    
                  
    5
    #include <cstdlib>
  3. dacart_tree dacart_tree
    1
    #include <iostream>
    2
    #include <vector>
    3
    #include <cstdlib>
    4
    using namespace std;
    5
    
                  
  4. Декартово дерево с длиной поддеревье... Декартово дерево с длиной поддеревьев и доступам к элементам
    1
    #include <iostream>
    2
    #include <vector>
    3
    #include <cstdlib>
    4
    #include <algorithm>
    5
    
                  
  5. дерево отрезков по максимуму дерево отрезков по максимуму
    1
    #include <iostream>
    2
    
                  
    3
    using namespace std;
    4
    
                  
    5
    #include <cstdlib>
  6. Геометрия Вектор/точка Геометрия Вектор/точка
    1
    #include <iostream>
    2
    
                  
    3
    using namespace std;
    4
    
                  
    5