#include int main() { srand(time(NULL)); printf("%d\n", rand()); }