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
| サソリ 19:00-04:00 草 | |
| チョウザメ any 河口 LLL | |
| パイク any 川 LL | |
| ダイオウグソクムシ 09:00-16:00, 21:00-04:00 大 | |
| サザエ any 中 |
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
| def read_array(N, K): | |
| X = list(map(int, input().split())) | |
| A, B, C, D = map(int, input().split()) | |
| for i in range(K, N): | |
| X += [(A*X[i-2]+B*X[i-1]+C)%D] | |
| return X | |
| T = int(input()) | |
| for t in range(T): | |
| N, K = map(int, input().split()) |
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
| import os | |
| import random | |
| import time | |
| from typing import List, Tuple | |
| from urllib.request import urlopen | |
| GAME_SERVER = os.getenv('GAME_SERVER', 'https://contest.gbc-2020.tenka1.klab.jp') | |
| TOKEN = os.getenv('TOKEN', '2eabf8b3371b35cfc82241c427f2dc2b') | |
| def call_api(x) -> str: |
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 <string> | |
| #include <map> | |
| #include <utility> | |
| #include <functional> | |
| #include <algorithm> | |
| 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
| サソリ 19:00-04:00 草 | |
| ダイオウグソクムシ 09:00-16:00, 21:00-04:00 大 |
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
| サソリ 19:00-04:00 草 | |
| デメキン 09:00-16:00 池 SS | |
| ウミウシ any 小 | |
| オオシャコガイ any 大 | |
| コウモリダコ 16:00-09:00 大 | |
| ダイオウグソクムシ 09:00-16:00, 21:00-04:00 大 | |
| カブトガニ 21:00-04:00 大 |
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 <stdint.h> | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| // munged from https://github.com/simontime/Resead | |
| namespace sead | |
| { | |
| class Random | |
| { |
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
| b0:0b | |
| b1:1b | |
| b+:|0000000000000000000000000000000000000000000000000000000000000000c | |
| c0:0c | |
| c1:1c | |
| c:> | |
| 0x:x0 | |
| 1x:x1 | |
| <x:x< | |
| zx:xz |
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
| b0:0b | |
| b1:1b | |
| b+:|c | |
| c0:0c | |
| c1:1c | |
| c:> | |
| 0x:x0 | |
| 1x:x1 | |
| <x:x< | |
| zx:xz |