8.22字节 大佬请检查 两道题,在VS上可以实现,但是提交的时候都不是100% ,题目四成功率0%,但是在自己编辑器上很多例子都可通过, 不知道哪出问题了 题目二:求【x,y】内部的完美数字的个数,比如1,11,222,333 #include<iostream> #include<stdio.h> #include<string> #include <vector> // std::vector using namespace std; int getnum(int x) { string str = to...