new extracted_ID;sscanf(inputtext, "'Lottery ID:'i{s[128]}", extracted_ID);printf("Lottery ID: \"%i\"", extracted_ID);