Transform the expression

2.3

3 votes
Medium
Problem

Transform the given infix expression to postfix form

Input Format:

First line contains a single integer t denoting the number of testcases.

Next t lines contain the infix expressions

Output Format:

print the postfix expression in a new line.

Time Limit: 2
Memory Limit: 256
Source Limit:
Editor Image

?