P4421 [COCI 2017/2018 #1] Lozinke

题目描述

Recently, there has been a breach of user information from the mega-popular social network Secret Network. Among the confidential information are the passwords of all users. Mihael, a young student who has been exploring computer security lately, found the whole thing really interesting. While experimenting with the social network, he found another security breach! When you input any string of characters that contains a substring equal to the actual password, the login will be successful. For example, if the user whose password is abc inputs one of the strings abc, abcd or imaabcnema, the system will successfully log him in, whereas the login will fail for axbc. Mihael wants to know how many ordered pairs of different users exist such that the first user, using their own password, can login as the second user.

输入格式

输出格式

说明/提示

Clarification​ ​of​ ​the​ ​second​ ​test​ ​case: The first user can login as the second user, the second user can login as the first, and the third user can login as both the first and the second user.