prog.cs(93,48): error CS1502: The best overloaded method match for `System.Collections.Generic.Dictionary<string,string>.this[string]' has some invalid arguments
/usr/lib/mono/2.0/mscorlib.dll (Location of the symbol related to previous error)
prog.cs(93,48): error CS1503: Argument `#1' cannot convert `char' expression to type `string'
prog.cs(94,51): error CS1502: The best overloaded method match for `System.Collections.Generic.Dictionary<string,string>.this[string]' has some invalid arguments
/usr/lib/mono/2.0/mscorlib.dll (Location of the symbol related to previous error)
prog.cs(94,51): error CS1503: Argument `#1' cannot convert `char' expression to type `string'
prog.cs(94,45): error CS1502: The best overloaded method match for `System.Collections.Generic.Stack<string>.Push(string)' has some invalid arguments
/usr/lib/mono/gac/System/2.0.0.0__b77a5c561934e089/System.dll (Location of the symbol related to previous error)
prog.cs(94,45): error CS1503: Argument `#1' cannot convert `object' expression to type `string'
prog.cs(99,48): error CS1502: The best overloaded method match for `System.Collections.Generic.Dictionary<string,string>.this[string]' has some invalid arguments
/usr/lib/mono/2.0/mscorlib.dll (Location of the symbol related to previous error)
prog.cs(99,48): error CS1503: Argument `#1' cannot convert `char' expression to type `string'
prog.cs(100,51): error CS1502: The best overloaded method match for `System.Collections.Generic.Dictionary<string,string>.this[string]' has some invalid arguments
/usr/lib/mono/2.0/mscorlib.dll (Location of the symbol related to previous error)
prog.cs(100,51): error CS1503: Argument `#1' cannot convert `char' expression to type `string'
prog.cs(100,45): error CS1502: The best overloaded method match for `System.Collections.Generic.Stack<string>.Push(string)' has some invalid arguments
/usr/lib/mono/gac/System/2.0.0.0__b77a5c561934e089/System.dll (Location of the symbol related to previous error)
prog.cs(100,45): error CS1503: Argument `#1' cannot convert `object' expression to type `string'
prog.cs(104,48): error CS1502: The best overloaded method match for `System.Collections.Generic.Dictionary<string,string>.this[string]' has some invalid arguments
/usr/lib/mono/2.0/mscorlib.dll (Location of the symbol related to previous error)
prog.cs(104,48): error CS1503: Argument `#1' cannot convert `char' expression to type `string'
prog.cs(105,51): error CS1502: The best overloaded method match for `System.Collections.Generic.Dictionary<string,string>.this[string]' has some invalid arguments
/usr/lib/mono/2.0/mscorlib.dll (Location of the symbol related to previous error)
prog.cs(105,51): error CS1503: Argument `#1' cannot convert `char' expression to type `string'
prog.cs(105,45): error CS1502: The best overloaded method match for `System.Collections.Generic.Stack<string>.Push(string)' has some invalid arguments
/usr/lib/mono/gac/System/2.0.0.0__b77a5c561934e089/System.dll (Location of the symbol related to previous error)
prog.cs(105,45): error CS1503: Argument `#1' cannot convert `object' expression to type `string'
prog.cs(109,48): error CS1502: The best overloaded method match for `System.Collections.Generic.Dictionary<string,string>.this[string]' has some invalid arguments
/usr/lib/mono/2.0/mscorlib.dll (Location of the symbol related to previous error)
prog.cs(109,48): error CS1503: Argument `#1' cannot convert `char' expression to type `string'
prog.cs(110,51): error CS1502: The best overloaded method match for `System.Collections.Generic.Dictionary<string,string>.this[string]' has some invalid arguments
/usr/lib/mono/2.0/mscorlib.dll (Location of the symbol related to previous error)
prog.cs(110,51): error CS1503: Argument `#1' cannot convert `char' expression to type `string'
prog.cs(110,45): error CS1502: The best overloaded method match for `System.Collections.Generic.Stack<string>.Push(string)' has some invalid arguments
/usr/lib/mono/gac/System/2.0.0.0__b77a5c561934e089/System.dll (Location of the symbol related to previous error)
prog.cs(110,45): error CS1503: Argument `#1' cannot convert `object' expression to type `string'
prog.cs(114,48): error CS1502: The best overloaded method match for `System.Collections.Generic.Dictionary<string,string>.this[string]' has some invalid arguments
/usr/lib/mono/2.0/mscorlib.dll (Location of the symbol related to previous error)
prog.cs(114,48): error CS1503: Argument `#1' cannot convert `char' expression to type `string'
prog.cs(115,51): error CS1502: The best overloaded method match for `System.Collections.Generic.Dictionary<string,string>.this[string]' has some invalid arguments
/usr/lib/mono/2.0/mscorlib.dll (Location of the symbol related to previous error)
prog.cs(115,51): error CS1503: Argument `#1' cannot convert `char' expression to type `string'
prog.cs(115,45): error CS1502: The best overloaded method match for `System.Collections.Generic.Stack<string>.Push(string)' has some invalid arguments
/usr/lib/mono/gac/System/2.0.0.0__b77a5c561934e089/System.dll (Location of the symbol related to previous error)
prog.cs(115,45): error CS1503: Argument `#1' cannot convert `object' expression to type `string'
prog.cs(119,48): error CS1502: The best overloaded method match for `System.Collections.Generic.Dictionary<string,string>.this[string]' has some invalid arguments
/usr/lib/mono/2.0/mscorlib.dll (Location of the symbol related to previous error)
prog.cs(119,48): error CS1503: Argument `#1' cannot convert `char' expression to type `string'
prog.cs(120,51): error CS1502: The best overloaded method match for `System.Collections.Generic.Dictionary<string,string>.this[string]' has some invalid arguments
/usr/lib/mono/2.0/mscorlib.dll (Location of the symbol related to previous error)
prog.cs(120,51): error CS1503: Argument `#1' cannot convert `char' expression to type `string'
prog.cs(120,45): error CS1502: The best overloaded method match for `System.Collections.Generic.Stack<string>.Push(string)' has some invalid arguments
/usr/lib/mono/gac/System/2.0.0.0__b77a5c561934e089/System.dll (Location of the symbol related to previous error)
prog.cs(120,45): error CS1503: Argument `#1' cannot convert `object' expression to type `string'
prog.cs(123,40): error CS1061: Type `System.Collections.Generic.Stack<string>' does not contain a definition for `Peak' and no extension method `Peak' of type `System.Collections.Generic.Stack<string>' could be found (are you missing a using directive or an assembly reference?)
/usr/lib/mono/gac/System/2.0.0.0__b77a5c561934e089/System.dll (Location of the symbol related to previous error)
Compilation failed: 37 error(s), 0 warnings