0_0_16338322_28870.cpp: In function 'void solve()':
0_0_16338322_28870.cpp:26:37: error: expected ';' before 'e'
else(i%j==0) e[i] += (h[j]*g[i/j]%Mod+h[i/j]*g[j]%Mod)%Mod,e[i] %= Mod;
^
0_0_16338322_28870.cpp:34:33: error: expected ';' before 'e'
else(i%j==0) e[i] += (g[j]*g[i/j]%Mod+g[i/j]*g[j]%Mod)%Mod,e[i] %= Mod;
^
0_0_16338322_28870.cpp:42:29: error: expected ';' before 'e'
else(i%j==0) e[i] += (h[j]*f[i/j]%Mod+h[i/j]*f[j]%Mod)%Mod,e[i] %= Mod;
^
|