MCPcopy Create free account
hub / github.com/Vishruth-S/CompetitiveCode / main

Function main

Spoj_problems/ONP/solution.cpp:32–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 }
31}
32int main()
33{
34 jaadu;
35 int t;
36 cin>>t;
37 while(t--){
38 string str;
39 cin>>str;
40 int n = str.length();
41 rpn(str,n); //Method to tranform algebraic exp to Reverse Polish Notation (Infix to Postfix)
42 cout<<endl;
43 }
44 return 0;
45}

Callers

nothing calls this directly

Calls 1

rpnFunction · 0.85

Tested by

no test coverage detected