xalanq / cf-tool

:bar_chart: Codeforces CLI (Submit, Parse, Test, etc.). Support Contests, Gym, Groups, acmsguru, Windows, macOS, Linux, 7 MB
MIT License
1.32k stars 227 forks source link

input sample data parse error #156

Closed Sharelter closed 2 years ago

Sharelter commented 2 years ago

My cf-tool could not get the correct sample input date since Aug.9. But the output data parse still works. Now the input date parsed looked like this:

<div class="test-example-line test-example-line-even test-example-line-0">4</div><div class="test-example-line test-example-line-odd test-example-line-1">4</div><div class="test-example-line test-example-line-odd test-example-line-1">0 1 3 2</div><div class="test-example-line test-example-line-even test-example-line-2">2</div><div class="test-example-line test-example-line-even test-example-line-2">1 0</div><div class="test-example-line test-example-line-odd test-example-line-3">7</div><div class="test-example-line test-example-line-odd test-example-line-3">0 1 2 3 5 6 4</div><div class="test-example-line test-example-line-even test-example-line-4">5</div><div class="test-example-line test-example-line-even test-example-line-4">0 3 2 1 4</div><div class="test-example-line test-example-line-even test-example-line-4"></div>
Sharelter commented 2 years ago

But this issue only happens on part of problems For example : 1682B could not get the correct input data while 1682E could get input data

dianhsu commented 2 years ago

I fix this in my repo, due to origin repo is not active. https://github.com/dianhsu/cf-tool

Sharelter commented 2 years ago

THX~ They works perfectly well again :)