This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#pragma once | |
#include<optional> | |
#include<variant> | |
#include<tuple> | |
#include<string_view> | |
#include<functional> | |
#include<array> | |
#include<set> | |
namespace single_parse |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//#define _DEBUG | |
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Numerics; | |
using System.Text; | |
using System.Threading.Tasks; | |
namespace RecursiveFunction | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Copyright plasma-effect 2017. | |
// Distributed under the Boost Software License, Version 1.0. | |
// (See at http://www.boost.org/LICENSE_1_0.txt) | |
#pragma once | |
#include<vector> | |
#include<optional> | |
#include<variant> | |
#include<memory> | |
#include<string> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Copyright plasma-effect 2017. | |
// Distributed under the Boost Software License, Version 1.0. | |
// See http://www.boost.org/LICENSE_1_0.txt | |
#pragma once | |
#include<vector> | |
#include<optional> | |
#include<tuple> | |
#include<utility> | |
#include<map> | |
#include<array> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include"xpeaming.hpp" | |
#include<iostream> | |
using namespace xpeaming; | |
struct ab_t | |
{ | |
}; | |
struct bc_t | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include<iostream> | |
#include<functional> | |
#include<algorithm> | |
#include<array> | |
#include<optional> | |
#include<random> | |
#include<sstream> | |
#include<queue> | |
constexpr int width = 9; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Cycle 1 | |
クロックタウン入り | |
おばあちゃん×2 | |
カカシ | |
Stray Fairy | |
平原でルピー集め(81r) | |
魔力 | |
81r預ける | |
時のオカリナ | |
Set: []/オカリナ/[] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#pragma once | |
#include<type_traits> | |
#include<functional> | |
#include<numeric> | |
#include<algorithm> | |
#include<boost/range/irange.hpp> | |
#include<boost/range/adaptor/reversed.hpp> | |
namespace lib | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using static System.Console; | |
using static System.Linq.Enumerable; | |
using CompetitiveCSharp; | |
namespace CSharpTest | |
{ | |
static class Program | |
{ | |
static void WriteTree(SegTree tree) | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#pragma once | |
#include<type_traits> | |
// copyright (c) 2019 plasma-effect | |
// Distributed under the Boost Software License, Version 1.0. | |
// (See http://www.boost.org/LICENSE_1_0.txt) | |
namespace auto_indexer | |
{ | |
enum |