#include <stdio.h> void main() { int num = 11 * 6 / 5 + 23; }
36
Previous Question Next Question
Your comments will be displayed only after manual approval.