#include #include using namespace std; int main() { srand(time(0)); cout << rand() % 3; return 0; }