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

If you have WA14
Posted by [RISE] Levon Oganesyan [RAU] 25 Apr 2015 03:34
3
a() : int
a(int) : real
a(real) : int
3
int x = a()
auto y = a(x)
auto z = a(y)
WA14 program says

Error on line 3: No such function

But right answer is

y : real
z : int