#include #include #include int main() { srand(time(0)); int a = rand(); printf("%d\n", a%100); return 0; }