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