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
// 教程:https://www.bilibili.com/read/cv27985834/ | |
var i; | |
var j; | |
var respond; | |
var json; | |
var send; | |
var date; | |
var year; | |
var offset; |
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 <algorithm> | |
#include <array> | |
#include <functional> | |
#include <iostream> | |
#include <random> | |
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 <algorithm> | |
#include <array> | |
#include <functional> | |
#include <iostream> | |
#include <random> | |
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
// 教程:https://www.bilibili.com/read/cv27985834/ | |
var roomIDList = new Array(); | |
roomIDList[0] = "107419"; // 大谷 映美里(=LOVE) | |
roomIDList[1] = "107470"; // 大場 花菜(=LOVE) | |
roomIDList[2] = "106820"; // 音嶋 莉沙(=LOVE) | |
roomIDList[3] = "106267"; // 齋藤 樹愛羅(=LOVE) | |
roomIDList[4] = "106268"; // 佐々木 舞香(=LOVE) | |
roomIDList[5] = "106270"; // 髙松 瞳(=LOVE) | |
roomIDList[6] = "107457"; // 瀧脇 笙古(=LOVE) |
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
// 教程:https://www.bilibili.com/read/cv27985834/ | |
var roomIDList = new Array(); | |
roomIDList[0] = "107419"; // 大谷 映美里(=LOVE) | |
roomIDList[1] = "107470"; // 大場 花菜(=LOVE) | |
roomIDList[2] = "106820"; // 音嶋 莉沙(=LOVE) | |
roomIDList[3] = "106267"; // 齋藤 樹愛羅(=LOVE) | |
roomIDList[4] = "106268"; // 佐々木 舞香(=LOVE) | |
roomIDList[5] = "106270"; // 髙松 瞳(=LOVE) | |
roomIDList[6] = "107457"; // 瀧脇 笙古(=LOVE) |