crocodile.c:1:1: error: unknown type name 'from'
1 | from heapq import heappop,heappush
| ^~~~
crocodile.c:1:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'import'
1 | from heapq import heappop,heappush
| ^~~~~~
crocodile.c:1:12: error: unknown type name 'import'
crocodile.c:19:24: warning: multi-character character constant [-Wmultichar]
19 | dist.append([float('inf'),float('inf')])
| ^~~~~
crocodile.c:19:37: warning: multi-character character constant [-Wmultichar]
19 | dist.append([float('inf'),float('inf')])
| ^~~~~