#include <iostream> using namespace std; int main() { // write your code here...... long sum{0}; long a=1; //可以用10的整数倍来算,最后减去10即可,从十的一次方到十的十次方 ...