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

uint ui = 5U;