
< 	int cpuid;
---
> 	int cpuid = get_cpuid_value(); // assuming get_cpuid_value() is a function that returns a valid cpuid value
