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 1002. Phone Numbers

Compilation error.Why?
Posted by Raphael1105 20 Mar 2008 18:04
I run the program in my computer.The answer is correct.But after I submit,it say my error is 'Compilation error'.
Who can tell me the reason?Thanks a lot!
Re: Compilation error.Why?
Posted by iKuskov 14 Jul 2008 20:32
What language? If you using string class in C++ you must include some additional libraries( i include <string> and <cstring> )