#include<bits/stdc++.h> using namespace std; int b[110],e[110]; int n,c; int main(){ while(1){ cin>>n; if(n==0) break; f

华诗涵  •  2年前



评论: