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 1222. Chernobyl’ Eagles

Troubles with itoa
Posted by <-UnderFelixAbove-> 26 Aug 2007 03:17
I get CE in the next time. Judge said this:

03cfd131-5f0d-45f4-91b6-d6962d109aa7.obj : error LNK2019: unresolved external symbol _itoa referenced in function "void __cdecl init(void)" (?init@@YAXXZ)

I already linked up <stdio.h> and <stdlib.h> but this didn't help.

Please help me.