0_0_38569755_22619.cpp: In function 'int main()': 0_0_38569755_22619.cpp:10:17: error: 'else' without a previous 'if' 10 | else if(n == m || n % m == 0) cout<<0<<endl; | ^~~~