CCF認證201912-1. 報數

歡迎訪問個人CCF認證考試題解目錄哦c++ 題目描述 C++代碼 #include <bits/stdc++.h> using namespace std; bool contains7(int n) { for (; n != 0; n /= 10) if (n % 10 == 7) return true; return false; }
相關文章
相關標籤/搜索