This file contains 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
template | |
<class T> | |
struct | |
RMQ{ | |
typedef | |
vector< | |
T>V; | |
typedef | |
size_t | |
H;vector |
This file contains 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 <cstdint> | |
#include <vector> | |
#include <string> | |
#include <fstream> | |
#include <set> | |
using namespace std; | |
int main() { |
This file contains 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 <cstdint> | |
#include <vector> | |
#include <string> | |
#include <fstream> | |
using namespace std; | |
int main() { | |
ifstream in("array.in"); |
This file contains 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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<!-- MarkdownEditing | |
MonokaiC Theme | |
Antonio Vivace, June 2016 | |
(monokai-blue-light "#89BDFF") -> SW 6961 BLUE BEYOND | |
(monokai-gray "#595959") -> SW 7048 URBANE BRONZE | |
(monokai-gray-darker "#383830") -> SW 6258 TRICORN BLACK | |
(monokai-gray-darkest "#141411") -> SW 6990 CAVIAR |
NewerOlder