0_0_38782198_27230.cpp: In function 'void mysolve()':
0_0_38782198_27230.cpp:157:40: error: 'mod' was not declared in this scope; did you mean 'modf'?
157 | cout << fac[0]%mod << " ";
| ^~~
| modf
0_0_38782198_27230.cpp:163:25: error: 'mod' was not declared in this scope; did you mean 'modf'?
163 | else cout << mx%mod << " ";
| ^~~
| modf
|