题解 2803: 整数的个数

来看看其他人写的题解吧!要先自己动手做才会有提高哦! 
返回题目 | 我来写题解

筛选

有错误请指出

摘要:解题思路:switch  选择注意事项:参考代码:#include <stdio.h>int main(){   int a,b=0,c=0,d=0,n;   scanf("%d",&n);   in……

c++解法(新手)

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int a,b,c,d……