Guest User

Untitled

a guest
Dec 15th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. Input`
  2. int a,b,c; //Sample Input
  3. c=a+b*20;` //Sample input
  4.  
  5. Output
  6. <keyword, int>
  7. <id1, a>
  8. <punctuation, ,>
  9. <id2, b>
  10. <punctuation, ,>
  11. <id3, c>
  12. <punctuation, ;>
  13. <id3,c> <op, =>
  14. <id1, a>
  15. <op, +>
  16. <id2,b>
  17. <op, *>
  18. <num, 20>
  19. <punctuation, ;>
Add Comment
Please, Sign In to add comment