完美星星

文章
4
资源
0
加入时间
2年10月21天

STL-D Where is the Marble? (UVA - 10474)

题目大意:  输入N个数,一共有Q次询问。  若询问的数在N个数之中,则输出其排序之后的位置。#include <stdio.h>#include <strings.h>#include <vector>#include <algorithm>using namespace std;int main(){ int N