原文 : Tutorial 38
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 <cmath> | |
#include <climits> | |
#include <algorithm> | |
#include <iomanip> | |
#include <vector> | |
using namespace std; | |
int main() |
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; | |
#define FOR(i,a,b) for(int i=(a);i<(int)(b);++i) | |
#define RALL(a) (a).rbegin(),(a).rend() | |
typedef vector<int> vi; | |
typedef vector<vi> vvi; |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE KeyboardMappingScheme> | |
<!-- Written by Qt Creator 3.0.1, 2014-03-17T23:54:19. --> | |
<mapping> | |
<shortcut id="Locator.Mercurial"/> | |
<shortcut id="Locator.Macros"/> | |
<shortcut id="Locator.HelpIndexFilter"/> | |
<shortcut id="Locator.Git"/> | |
<shortcut id="Locator.Perforce"/> | |
<shortcut id="Locator.Open documents"/> |
NewerOlder