fork download
  1. #include <stdio.h>
  2. #define __cplusplus
  3.  
  4. int main()
  5. {
  6. #ifndef __cplusplus
  7. printf("Nahuuy poshel");
  8. #else
  9. printf("Soryan, antosha");
  10. #endif
  11. }
  12.  
Success #stdin #stdout 0s 9432KB
stdin
Standard input is empty
stdout
Soryan, antosha