[text] srf

Viewer

  1. #include<stdio.h>
  2. int main(){
  3.         char[4][4] table;
  4.         table[0][0]='>';
  5.         table[0][1]='<';
  6.         table[0][2]='<';
  7.         table[0][3]='>';
  8.  
  9.         table[1][0]='>';
  10.         table[1][1]='>';
  11.         table[1][2]='<';
  12.         table[1][3]='>';
  13.  
  14.         table[2][0]='>';
  15.         table[2][1]='>';
  16.         table[2][2]='n';
  17.         table[2][3]='>';
  18.  
  19.         table[3][0]='<';
  20.         table[3][1]='<';
  21.         table[3][2]='<';
  22.         table[3][3]='A';
  23.         char stack[50];
  24.         char input[50];
  25.         printf("Enter the input : ");
  26.         scanf(%[^;]s,&input);
  27.         while(true){
  28.                 switch()

Editor

You can edit this paste and save as new:


File Description
  • srf
  • Paste Code
  • 11 Dec-2023
  • 479 Bytes
You can Share it: