Closed udon1206 closed 3 years ago
調べてみましたが、HTML が </h3>Sample Output 2</h3>
と壊れているようです。AOJ 側の問題なので online-judge-tools 側ではどうにもできません。:bow:
<h3>Sample Input 1</h3>
<pre>
6
0 1 3 5 6 9
</pre>
<h3>Sample Output 1</h3>
<pre>
4
</pre>
<h3>Sample Input 2</h3>
<pre>
7
1 4 7 3 2 6 5
</pre>
</h3>Sample Output 2</h3>
<pre>
7
</pre>
<h3>Sample Input 3</h3>
<pre>
5
1 2 4 8 16
</pre>
<h3>Sample Output 3</h3>
<pre>
2
</pre>
これ AOJ に報告した結果治りました
ありがとうございます
Summary / 概要
https://onlinejudge.u-aizu.ac.jp/problems/1390 でサンプルのダウンロードに失敗する
Steps to reproduce / 再現方法
environments:
Expected behavior / 期待される挙動
サンプルがダウンロードされる
Actual behavior / 実際の挙動
Other notes / その他