摘要:
https://acm.hdu.edu.cn/showproblem.php?pid=3555 解法1:求多少数包含“49” #include <bits/stdc++.h> using namespace std; #define int long long //注意!!本题数据类型为ll con 阅读全文
摘要:
https://www.luogu.com.cn/problem/P1115 #include <bits/stdc++.h> using namespace std; int n,ans=INT_MIN,f,a; int main(){ cin>>n; for(int i=1;i<=n;i++){ 阅读全文