【链接】h在这里写链接
【题意】
在这里写题意
【题解】
在这里写题解
【错的次数】
0
【反思】
在这了写反思
【代码】
#include <bits/stdc++.h> using namespace std; string s; int main() { cin >> s; if (s[0] == '9' || s[1] == '9') puts("Yes"); else puts("No"); return 0; }
#include <bits/stdc++.h> using namespace std; string s; int main() { cin >> s; if (s[0] == '9' || s[1] == '9') puts("Yes"); else puts("No"); return 0; }