Skip to content

Instantly share code, notes, and snippets.

View t-katsushima's full-sized avatar

T. Katsushima t-katsushima

View GitHub Profile
import os
import random
import time
import json
import math
from typing import Iterable, List, Set, Tuple
from urllib.request import urlopen
# ゲームサーバのアドレス / トークン
GAME_SERVER = os.getenv('GAME_SERVER', 'https://contest.2021-autumn.gbc.tenka1.klab.jp')