Codeforces 1167A-Telephone Number

題目鏈接:http://codeforces.com/problemset/problem/1167/A 思路:檢索前面0 ~(n −11)個字符中是否有 8 即可。 AC代碼: 1 #include<iostream> 2 #include<cstdio> 3 #include<string> 4 using namespace std; 5 int main() 6 { 7
相關文章
相關標籤/搜索