5
2
52
168
47
287
///用于计算ax==b(mod m)在[0,m)的所有解,所有解存在ans容器中,返回ans; ///输出时的定义 vectorans=solve(a,b,m); ///输出循环for(int i=0;i