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 <lastweapon/io> | |
#include <assert.h> | |
#include <stdio.h> | |
#include <algorithm> | |
#include <iostream> | |
#include <vector> | |
using std::max; | |
using std::min; | |
using std::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
/** Micro Mezz Macro Flation -- Overheated Economy ., Last Update: Sep. 22th 2014 **/ //{ | |
/** Header .. **/ //{ | |
#pragma comment(linker, "/STACK:36777216") | |
//#pragma GCC optimize ("O2") | |
#define LOCAL | |
//#include "testlib.h" | |
#include <functional> | |
#include <algorithm> | |
#include <iostream> |
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
/* | |
This code has been written by MinakoKojima, feel free to ask me question. Blog: http://www.shuizilong.com/house | |
Template Date: 2015.10.12 | |
Note: ... | |
*/ | |
#pragma comment(linker, "/STACK:36777216") | |
//#pragma GCC optimize ("O2") | |
#define LOCAL | |
#include <functional> |
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
/** ` Micro Mezzo Macro Flation -- Overheated Economy ., **/ | |
#include <algorithm> | |
#include <iostream> | |
#include <iomanip> | |
#include <sstream> | |
#include <cstring> | |
#include <cstdio> | |
#include <string> | |
#include <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
// Dependency file: contracts/interfaces/IERC20.sol | |
// pragma solidity ^0.6.0; | |
/** | |
* @dev Interface of the ERC20 standard as defined in the EIP. | |
*/ | |
interface IERC20 { | |
/** | |
* @dev Returns the name of the token. |
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
// Dependency file: contracts/interfaces/IUnisaveV2Pair.sol | |
// pragma solidity =0.6.12; | |
interface IUnisaveV2Pair { | |
event Approval(address indexed owner, address indexed spender, uint value); | |
event Transfer(address indexed from, address indexed to, uint value); | |
function name() external pure returns (string memory); | |
function symbol() external pure returns (string memory); |
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
/** | |
*Submitted for verification at Etherscan.io on 2020-11-30 | |
*/ | |
// Dependency file: contracts/interfaces/IGainswapFactory.sol | |
// pragma solidity =0.6.12; | |
interface IGainswapFactory { | |
event PairCreated(address indexed token0, address indexed token1, address pair, uint); |
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
/** | |
*Submitted for verification at BscScan.com on 2020-12-01 | |
*/ | |
/** | |
*Submitted for verification at BscScan.com on 2020-11-28 | |
*/ | |
/** | |
*Submitted for verification at BscScan.com on 2020-10-12 |
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
/** | |
*Submitted for verification at BscScan.com on 2020-12-05 | |
*/ | |
/** | |
*Submitted for verification at BscScan.com on 2020-11-28 | |
*/ | |
/** | |
*Submitted for verification at BscScan.com on 2020-10-12 |
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
/** | |
*Submitted for verification at BscScan.com on 2020-12-07 | |
*/ | |
/** | |
*Submitted for verification at BscScan.com on 2020-11-08 | |
*/ | |
/** | |
*Submitted for verification at Etherscan.io on 2020-08-13 |
NewerOlder