+ 1
Archisman Chatterjee
ā¢In main()
You haven't written ' return 0; ' but used return type ' int '.
ā¢In my opinion,( that's not wrong in your code, but) use braces {} for if block, looks good š
And yes, as Slick said, use ' ; ' at the end of declaration of variables.
Re-write it and check, i think, it should be fine š
+ 3
The first line in the main function you need to end the variable initialization with a semi-colon not a comma
int m=4, n=3;
+ 1
Always there for helpšš