#include <stdio.h> int main() { int n = -5; int m = n % 2; printf("%d\n", m); }
-1
Previous Question Next Question
Your comments will be displayed only after manual approval.