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