#include<iostream>
using namespace std;
void main(){
    for(int i = 100; i > 0; i--)
        cout<<i<<" ";
}
题目好难啊,不过没理解啥意思。。。。