Poj 3150/UVA 1386/UVALive 3704 Cellular Automaton 循环矩阵
#include
#include
#include
usingnamespacestd;
#defineLLlonglong
LLn,m,d,k,e[505],s[505];
LLmul(LLa[],LLb[])//循环矩阵的乘法
{
LLi,j,c[505];
for(i=0;i>1;
}
}
intmain()
{
while(cin>>n>>m>>d>>k)
{
LLi,j,ans[505