Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
C++. Containers
Associative arrays: map
Module:
Associative arrays: map
Problem
1
/9
Lists: Start
Theory
Click to read/hide
Error
Problem
Build
alphabetic-frequency dictionary
: a list of words in alphabetical order, to the right of each word should indicate how many times it occurs in the source file. The sign of the end of the text is "END!". The order in which words are printed does not matter.
Input
Output
Eat more of those soft French buns END!
Eat 1
1 more
these 1
soft 1
French 1
roll 1
1000
ms
256 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary