#include <bits/stdc++.h>

int main(void)
{
    printf(" %d ", rand());

    return 0;
}

Built With

  • cpp
Share this project:

Updates