this is my code i ran this code on visual studio code it is running perfectly fine, but it is not running on this. please have a look at my code
#include
#include
using namespace std;
int main(){
int initial,a ,b ,c ,m ,n;
cout<<“value”<<endl;
cin>>a;
for ( m = 1 ; m <= 3; m++)
{
for (n= 1; n <= 3; n++)
{
a= mm - nn;
b = 2mn;
c = mm + nn;
if(a<=6 && b <= 6 && c <= 6 && a >= 1 && b >= 1 && c >= 1){
cout<<b<<" "<<c<<endl;
}
}
}
return 0;
}