40,42c40,42
< typedef int LinkID;
< typedef int NodeID;
< typedef int SwitchID;
---
> typedef unsigned int LinkID;
> typedef unsigned int NodeID;
> typedef unsigned int SwitchID;