Editorial for COCI '11 Contest 5 #1 Križaljka
Submitting an official solution before solving the problem yourself is a bannable offence.
The first part of the solution is detecting the first letter of word
After finding the word intersection, we need to output the crossed words. The simplest method is, again, using two nested for-loops, the outer one iterating over indices of
Comments