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