#include <stdio.h> void main() { int t1 = 18; int t2 = 14 * 16 + 13 * 14 < 13 ? 14 : 13; printf("%d\n", t2); }
13
Previous Question Next Question
Your comments will be displayed only after manual approval.