码迷,mamicode.com
首页 > 其他好文 > 详细

CF832B Petya and Exam

时间:2017-07-30 11:41:50      阅读:1072      评论:0      收藏:0      [点我收藏+]

标签:using   main   div   put   clu   blog   petya   ios   思路   

思路:

模拟。

实现:

 1 #include <iostream>
 2 using namespace std;
 3 
 4 string a, b;
 5 int m, x, y, ok[30];
 6 
 7 bool solve()
 8 {
 9     if (y < x - 1) return false;
10     int i = 0, j = 0;
11     for (; i < x; i++, j++)
12     {
13         if (a[i] >= a && a[i] <= z)
14         {
15             if (a[i] != b[j]) return false;
16         }
17         else if (a[i] == ?)
18         {
19             if (!ok[b[j] - a]) return false;
20         }
21         else
22         {
23             int tmp = j;
24             for (; j < tmp + y - x + 1; j++)
25             {
26                 if (ok[b[j] - a]) return false;
27             }
28             j--;
29         }
30     }
31     return j == y;
32 }
33 
34 int main()
35 {    
36     string str;
37     cin >> str;
38     int n = str.length();
39     for (int i = 0; i < n; i++)
40     {
41         ok[str[i] - a] = 1;
42     }
43     cin >> a >> m;
44     x = a.length();
45     for (int i = 0; i < m; i++)
46     {
47         cin >> b;
48         y = b.length();
49         if (solve()) puts("YES");
50         else puts("NO");
51     }
52     return 0;
53 }

 

CF832B Petya and Exam

标签:using   main   div   put   clu   blog   petya   ios   思路   

原文地址:http://www.cnblogs.com/wangyiming/p/7258366.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!