#include <stdio.h> void main() { char n1 = 'N'; char n2 = 'M'; int n3 = n1 + n2 % 3 - 3 * 2; printf("%d\n", n3); }
74
Previous Question Next Question
Your comments will be displayed only after manual approval.