add missing closing parantheses to task description

This commit is contained in:
kjubik 2025-01-06 15:42:18 +01:00
parent 923a1d5b5c
commit 9af9a726b4

View File

@ -25,7 +25,7 @@ podanych warunków, należy wypisać "<NONE>".
For each string, you should extract the building number from the address. For each string, you should extract the building number from the address.
We assume, that the address consists of the abbreviation "ul.", "os.' or "al." We assume, that the address consists of the abbreviation "ul.", "os.' or "al."
street name, building name, and an optional number of apartment number street name, building name, and an optional number of apartment number
(separated from building number by a slash or " m. ". The street number (separated from building number by a slash or " m. "). The street number
consists of at least 2 letters (including polish letters), starting with consists of at least 2 letters (including polish letters), starting with
the capital letter. the capital letter.
If the string does not fulfill the condition, you should print "<NONE>". If the string does not fulfill the condition, you should print "<NONE>".