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