#include int main(void) { int a = 2, b = 5, c = a * b, d = a * 6, e = 3 * 7; return 0; }