Development and debugging of algorithms and programs for processing character strings.
Given a string of characters consisting of letters of the English alphabet and spaces. Write a program that counts how many times each letter of the alphabet appears in a line.
Development and debugging of algorithms and programs using data structures.
The administrator of railway ticket offices has information about available seats in trains for the current day in the following form: destination, departure time, number of empty seats. Display information on the number of available seats on trains traveling to a given destination.
Array processing.
Given a square integer matrix F [m] [m]. Find the sums of the elements of those lines that have even elements on the main diagonal.