P12335 真真随机
题目背景
[摇曳轻落](https://music.163.com/#/song?id=22699115)。
这又何尝不是一种造计算机?
题目描述
你并不会伪伪随机,所以你要做一道简单题。
```cpp
#include
using namespace std;
int n;
unsigned int a[6],b[6];
char s[207];
signed main(){
scanf("%s",s+1);
n=strlen(s+1);
a[1]=1;
for(int _=1;_
输入格式
无
输出格式
无
说明/提示
### 样例解释
你可以直接把字符串输入进程序里。另外本题的程序不是瞎编的,具有一定实际意义,但是作为 J 组过于复杂所以无法告知你。
### 数据范围
本题共 $20$ 个测试点。
对于前 $20\%$ 的数据有 $n\le 10$。
对于前 $40\%$ 的数据有 $n\le 10^5$。
对于前 $60\%$ 的数据,保证在对应范围内随机生成。
对于所有数据,保证 $0 \le n\le 10^9$。你的字符串可以让小 D 的程序自然溢出。