#include <stdio.h> void main() { int num = 12 + 13 - 14 + 18 - 15 % 14; printf("%d\n", num); }
28
Previous Question Next Question
Your comments will be displayed only after manual approval.