#include <stdio.h> void main() { int t = 15 + 17 * 14 - 19 * (13, 12); printf("%d", t); }
25
Previous Question Next Question
Your comments will be displayed only after manual approval.