Kimiyuki Onaka
Kimiyuki Onaka
(任意) 問題ID: helloworld 問題名: Hello, world! (任意) 想定アルゴリズム: {名前} (任意) 参考資料: {URL} # 問題概要 just print `Hello, world!` ## 入力 empty ``` ``` ## 出力 ``` Hello, world! ``` ##...
問題ID: matrix_argmin 問題名: Matrix Argmin 想定アルゴリズム: monotone minima (任意) 参考資料: {URL} # 問題概要 monotone な H * W 行列 A が与えられる。 A の各行 y < H ごとに、その行における最小値の位置 argmin_x A_{y,x} を求めよ。...
「ほとんど同じ文字な文字列を生成する機能」「高度合成数や素冪を生成する機能」「ほとんどウニなグラフを生成する機能」やなどです。
## Description / 説明 I should have implemented oj using Go. ## Motivation / 動機 - Go has static types. - Go is faster than Python. - Go is easy...
## Description / 説明 Now we use GNU time to measure memory usage but it seems there is no GNU time on macOS by default. It is nice if we...
## Summary / 概要 It seems that the error message is confusing and users may misunderstand that they failed to submit when they succeeded to submit but failed to open...
The feature to recognize a single-file with multiple-cases format (e.g. Google Code Jam) is required. It was in the `split-input` subcommand (removed?, see #692 #664 ) but this should be...
## Description Some users install `online-judge-tools` package at many places (e.g., `~/.local`, `/usr/local`, venv, pyenv, virtualenv, Anaconda, pipenv, etc.) (this is a mistake of users) and/or install multiple versions of...
It has been moved to [online-judge-tools/api-client](https://github.com/online-judge-tools/api-client) at https://github.com/online-judge-tools/api-client/pull/63.
cont #584 - [ ] テストケースのパスが空白を含む場合の問題を修正 (#584 の議論参照) - [ ] テストケースのパスが空白を含む場合のためのテストを追加 - [ ] テストケースが入力のみの場合のためのテストを追加 (特に、無条件に AC してしまわないことを確認する)