uint literals are defined by using the suffix U or u, or by using an integral values within the range of uint:
uint
U
u
uint ui = 5U;