Guest User

Untitled

a guest
Jan 15th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.33 KB | None | 0 0
  1. while ( i < (k*(n+1)) )
  2.     {
  3.         turing_program1 >> begintoestand[t] >> invoercel[t] >> space >> space >> eindtoestand[t] >> uitvoercel[t] >> actie[t];
  4.         cout << begintoestand[t] << " " << invoercel[t] << " -> " << eindtoestand[t] << " " << uitvoercel[t] << " " << actie[t] << " " << endl;
  5.         t++;
  6.         i++;
  7.     }
Add Comment
Please, Sign In to add comment