ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1001. Reverse Root

Separetor
Posted by C# 5 Jan 2007 12:53
Admins, plz do smthing with
System.Globalization.NumberFormatInfo.CurrentInfo.NumberDecimalSeparator
in C#, because in your system standart DecimalSeparator is "," but in problems we use "." .
Thnx for C#! :)
Use InvariantCulture (+)
Posted by Vladimir Yakovlev (USU) 5 Jan 2007 22:29
try this code:
Thread.CurrentThread.CurrentCulture = CultureInfo.InvariantCulture;

Edited by author 05.01.2007 22:36
Re: Use InvariantCulture (+)
Posted by Mykola [Lviv NU] 5 Feb 2007 11:44
Crash, when using this string of code