Problem towers_noi
User ZRDI
Submission Time 2023-02-10 15:14:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

towers_noi.cpp: In function ‘int main()’:
towers_noi.cpp:12:16: error: expected ‘;’ before ‘cout’
12 | srand(time(0))
| ^
| ;
13 | cout << rand()%1 << rand()%1 << rand()%1;
| ~~~~