#include <stdio.h> void main() { int n = 6 * 4 % 7 - 12 + 4; printf("%d", n); }
-5
Previous Question Next Question
Your comments will be displayed only after manual approval.