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 1350. Canteen

Plz help to beginner.
Posted by MiR 27 Jul 2006 15:01
I think i know how to solve this problem, but I have another broblem. How to input the text without using "string" variable. If I use "char a[MaxN][MaxN]", how to identify each string?(C++)I don't want to use <string.h> because sometimes it doesn't work on this server.
Thank's.
Re: Plz help to beginner.
Posted by Vladimir Yakovlev (USU) 28 Jul 2006 12:55
I used std::string to solve this problem.

But why do you afraid of using <string.h>? All standard functions of string.h are fully supported by the server.
Re: Plz help to beginner.
Posted by GaLL [Tyumen SU] 28 Jul 2006 14:09
stricmp is not supported :(