src | dst | dist | turn | energy |
---|---|---|---|---|
0:ミニュアス | 1:キュクレウス | 17 | 1 | 17 |
0:ミニュアス | 2:ヒュプノイア | 11 | 1 | 11 |
0:ミニュアス | 3:ニュクテーナ | 33 | 2 | 34 |
0:ミニュアス | 4:コリューバスト | 33 | 2 | 32 |
0:ミニュアス | 5:マル・ペッサ | 40 | 2 | 40 |
0:ミニュアス | 6:ドリュアント | 62 | 3 | 61 |
0:ミニュアス | 7:ペルセポネ | 55 | 2 | 54 |
0:ミニュアス | 8:ラグプール | 58 | 2 | 58 |
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
[Series 0] | |
0x0000 | |
0x0081 | |
0x8504 | |
0x9B8D | |
0x7A28 | |
0xE6F9 | |
0xA06C | |
0x25C5 | |
0xC0D0 |
src | dst | dist | turn | energy |
---|---|---|---|---|
0:ミニュアス | 1:キュクレウス | 17 | 1 | 17 |
0:ミニュアス | 2:ヒュプノイア | 11 | 1 | 11 |
0:ミニュアス | 3:ニュクテーナ | 33 | 2 | 34 |
0:ミニュアス | 4:コリューバスト | 33 | 2 | 32 |
0:ミニュアス | 5:マル・ペッサ | 40 | 2 | 40 |
0:ミニュアス | 6:ドリュアント | 62 | 4 | 60 |
0:ミニュアス | 7:ペルセポネ | 55 | 3 | 55 |
0:ミニュアス | 8:ラグプール | 58 | 3 | 57 |
src | dst | dist | turn | energy |
---|---|---|---|---|
0:ミニュアス | 1:キュクレウス | 17 | 2 | 16 |
0:ミニュアス | 2:ヒュプノイア | 11 | 1 | 11 |
0:ミニュアス | 3:ニュクテーナ | 33 | 3 | 33 |
0:ミニュアス | 4:コリューバスト | 33 | 3 | 31 |
0:ミニュアス | 5:マル・ペッサ | 40 | 3 | 38 |
0:ミニュアス | 6:ドリュアント | 62 | 4 | 60 |
0:ミニュアス | 7:ペルセポネ | 55 | 4 | 52 |
0:ミニュアス | 8:ラグプール | 58 | 4 | 56 |
src | dst | dist | turn | energy |
---|---|---|---|---|
0:ミニュアス | 1:キュクレウス | 17 | 2 | 16 |
0:ミニュアス | 2:ヒュプノイア | 11 | 1 | 11 |
0:ミニュアス | 3:ニュクテーナ | 33 | 3 | 33 |
0:ミニュアス | 4:コリューバスト | 33 | 3 | 31 |
0:ミニュアス | 5:マル・ペッサ | 40 | 4 | 40 |
0:ミニュアス | 6:ドリュアント | 62 | 6 | 60 |
0:ミニュアス | 7:ペルセポネ | 55 | 5 | 54 |
0:ミニュアス | 8:ラグプール | 58 | 5 | 56 |
src | dst | dist | turn | energy |
---|---|---|---|---|
0:ミニュアス | 1:キュクレウス | 17 | 2 | 16 |
0:ミニュアス | 2:ヒュプノイア | 11 | 2 | 10 |
0:ミニュアス | 3:ニュクテーナ | 33 | 4 | 32 |
0:ミニュアス | 4:コリューバスト | 33 | 4 | 32 |
0:ミニュアス | 5:マル・ペッサ | 40 | 4 | 40 |
0:ミニュアス | 6:ドリュアント | 62 | 7 | 60 |
0:ミニュアス | 7:ペルセポネ | 55 | 6 | 52 |
0:ミニュアス | 8:ラグプール | 58 | 7 | 56 |
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
local function RD(addr) | |
return memory.readbyte(addr) | |
end | |
local function get_info() | |
local info = {} | |
info.x = 32 * 8 * RD(0x5A) + 8 * RD(0x58) + RD(0x56) | |
info.y = 16 * 8 * RD(0x5B) + 8 * RD(0x59) + RD(0x57) | |
info.speed = 0x100 * RD(0x77) + RD(0x78) |
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
#!/usr/bin/env python3 | |
# -*- coding: utf-8 -*- | |
"""oj d したディレクトリから起動すると対応する問題ページを開く。""" | |
import sys | |
from typing import * | |
import webbrowser | |
from onlinejudge._implementation.download_history import DownloadHistory |
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
--[[ | |
Vice: Project Doom (NES) 区間最適化テスト | |
TAS Editor上で選択した区間を焼きなまし法で最適化する。 | |
--]] | |
-- 焼きなまし法関連定数 | |
-- スコアはx座標 | |
local SA_TEMP_START = 200.0; -- 初期温度(だいたいこれくらいのスコア悪化は許す) | |
local SA_ITER = 100; -- ループ回数 |
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
local function mem_read_u8(addr) | |
return memory.readbyte(addr) | |
end | |
local fmt = string.format | |
local function text(x, y, str, color) | |
gui.text(x, y, str, color) | |
end |