=[software & wetware developing\support]= Честный блог.
Posted in code
#include <stdio.h>#define SIX 1+5#define NINE 8+1int main(void){ int value = SIX * NINE; printf("Answer = %d\n", value); return 0;}
0 responzez
Post a Comment