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 1891. Language Ocean

WA6
Posted by George_Aloyan[PTSObninsk] 29 Oct 2011 23:19
Can anybody tell something for wa6?

Edited by author 29.10.2011 23:21
Re: WA6
Posted by kaa..........ai 3 Feb 2016 11:14
Maybe this test can help you!
3
ReadString() : string
ReadReal() : real
RealToString(real) : string
3
string s = ReadString()
real r = ReadReal()
auto k = RealToString(r)