0_0_39286527_5286.cpp: In function 'int main()': 0_0_39286527_5286.cpp:5:29: error: redeclaration of 'int m' 5 | int t, n, m, z = 1, m = 1; | ^ 0_0_39286527_5286.cpp:5:19: note: 'int m' previously declared here 5 | int t, n, m, z = 1, m = 1; | ^