fork(1) download
  1. #include <stdio.h>
  2.  
  3. #define if(x) if(!(x))
  4. #define else if(1)
  5.  
  6. int main() {
  7. int a = 5;
  8. if (a == 5) {
  9. puts("catch!");
  10. } else if (a == 5) {
  11. puts("да блядь!");
  12. } else if (a == 5) {
  13. puts("сука!");
  14. } else {
  15. puts("???!");
  16. } else {
  17. puts("else, блядь");
  18. } else {
  19. puts("я сказал else!!!!!!");
  20. } else {
  21. puts("EEEEEEEEEELSEEEEEEEEEEE!!!!!!");
  22. }
  23. }
Success #stdin #stdout 0s 4504KB
stdin
Standard input is empty
stdout
Standard output is empty