UVa 10474 Where is the Marble?【STL-sort、lower_bound】
https://vjudge.net/problem/UVA-10474本题练习sort和lower_bound两个函数的使用int main(){ /*STL 练习 */ /*UVa 10474 *sort和lower_bound两个函数的使用 */ int n,t,a[10000],casee=0,x; while(scanf("%...