四川住房建设和城乡建设厅假网站网页制作培训证重要吗

#include <iostream>
using namespace std;
int main()
{int res = 0;for(int i = 1; i < 2021; i ++){int b = i;while(b){if (b % 10 == 2) res ++;b /= 10;}}cout << res; return 0;
}

#include <iostream>
using namespace std;
int main()
{int res = 0;for(int i = 1; i < 2021; i ++){int b = i;while(b){if (b % 10 == 2) res ++;b /= 10;}}cout << res; return 0;
}