fork download
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. #include <string.h>
  4.  
  5. #define LEFT '<'
  6. #define RIGHT '>'
  7. #define CENTER '='
  8.  
  9. Node_var_new {MAX_ROWS = 21 ; MAX_COLS = 19};
  10. Node_var_new {HEADER ; ROW ; BOTTOM};
  11.  
  12. BEGIN { FS = "[&]" } ;
  13.  
  14. {
  15. str = ""
  16. for (i = 1; i <= NF; i = i +1) {
  17. str = str $i "\t"
  18. }
  19. print str
  20. }
  21.  
  22.  
Success #stdin #stdout 0.01s 4272KB
stdin
Standard input is empty
stdout
Standard output is empty