Is it possible to update test data of past USACO contest and where to report it?
Разница между en1 и en2, 120 символ(ов) изменены
Sorry for asking here, since I can't find the information on usaco website. ↵

Specifically, it's for this problem ([http://www.usaco.org/index.php?page=viewproblem2&cpid=194#](http://www.usaco.org/index.php?page=viewproblem2&cpid=194#)). My submission got accepted on usaco judge ([https://ideone.com/dRl8T2](https://ideone.com/dRl8T2)) but fails on the following test cases↵



~~~~~↵
1 2↵
()↵
Correct: 1↵
Mine: 0↵

1 6↵
()(())↵
Correct: 4↵
Mine: 2↵
~~~~~↵

In general, my code should've failed on test cases where there exist concurrently balanced brackets starting at index 0.

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский fie_claussell 2021-10-21 22:17:51 120
en1 Английский fie_claussell 2021-10-21 12:31:07 546 Initial revision (published)