First problem uploaded here.

I am stupid, I made a struct that ordenates everything
into a different way, but then I forgot to change the
variables on the dijkstra loop to the correct order and
ended up screwing everything...

At least I'm sure I won't be doing this mistake again in
the future.
This commit is contained in:
2024-09-24 09:41:49 -03:00
parent 7ab6d7a33c
commit 0040981432
2 changed files with 144 additions and 0 deletions

2
.gitignore vendored
View File

@@ -32,3 +32,5 @@
*.out
*.app
# Ignore testcases files from competitest
*.testcases