#define MAX 200 #include <stdio.h> int main() { #if MAX > 100 printf( ”Käännetään yli sataa suuremmat\n” ); #endif getch(); return 0; }