order.c 97 B

1234567
  1. #ifndef __OPTIMIZE__
  2. # error "Optimizations not enabled!"
  3. #endif
  4. int main(void)
  5. {
  6. return 0;
  7. }