这题没人发?Lightky2023-03-27 22:15:21发布于:河北191阅读0回复0点赞#include<iostream> using namespace std; int main(){ int n,cnt=0,temp; cin>>n; for(int i=1;i<=n;i++){ temp=i; while(temp>0){ if(temp%10==1) cnt++; temp/=10; } } cout<<cnt; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个