We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Traceback (most recent call last): File "/Users/lijingjie1/PycharmProjects/huawei2019/CodeCraft-2019_1.py", line 1097, in main() File "/Users/lijingjie1/PycharmProjects/huawei2019/CodeCraft-2019_1.py", line 1079, in main simulate.simulate() File "/Users/lijingjie1/PycharmProjects/huawei2019/CodeCraft-2019_1.py", line 932, in simulate self.step() File "/Users/lijingjie1/PycharmProjects/huawei2019/CodeCraft-2019_1.py", line 921, in step assert self.dead is False, print("dead lock in", unfinishedCross) AssertionError: None dead lock in [182, 205, 244, 294, 327, 330, 337, 339, 363, 472, 482, 491, 500, 599, 665, 678, 698, 713, 771, 788, 796, 811, 869, 942, 983, 1003, 1054, 1076, 1121, 1217, 1230, 1293, 1295, 1352, 1366, 1456, 1459, 1538, 1539, 1541, 1545, 1547, 1570, 1638, 1678, 1767, 1795, 1803, 1831, 1837, 1937]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Traceback (most recent call last):
File "/Users/lijingjie1/PycharmProjects/huawei2019/CodeCraft-2019_1.py", line 1097, in
main()
File "/Users/lijingjie1/PycharmProjects/huawei2019/CodeCraft-2019_1.py", line 1079, in main
simulate.simulate()
File "/Users/lijingjie1/PycharmProjects/huawei2019/CodeCraft-2019_1.py", line 932, in simulate
self.step()
File "/Users/lijingjie1/PycharmProjects/huawei2019/CodeCraft-2019_1.py", line 921, in step
assert self.dead is False, print("dead lock in", unfinishedCross)
AssertionError: None
dead lock in [182, 205, 244, 294, 327, 330, 337, 339, 363, 472, 482, 491, 500, 599, 665, 678, 698, 713, 771, 788, 796, 811, 869, 942, 983, 1003, 1054, 1076, 1121, 1217, 1230, 1293, 1295, 1352, 1366, 1456, 1459, 1538, 1539, 1541, 1545, 1547, 1570, 1638, 1678, 1767, 1795, 1803, 1831, 1837, 1937]
The text was updated successfully, but these errors were encountered: