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
// ==UserScript== | |
// @name CPANSyntaxHighlight | |
// @namespace abiteasier.in | |
// @description Enable syntax highlighting when viewing the source on CPAN | |
// @include http://cpansearch.perl.org/src/* | |
// @version 0.9 | |
// @require http://yandex.st/highlightjs/7.3/highlight.min.js | |
// @resource syntaxHighlightCSS http://yandex.st/highlightjs/7.3/styles/github.min.css | |
// @grant GM_addStyle | |
// @grant GM_getResourceText |
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<vector> | |
#include<algorithm> | |
using namespace std; | |
const int MAX_32_SIGNED = 2147483647; | |
class AfraidOfEven | |
{ |
NewerOlder