UVA 10474 Where is the Marble?
摘要:
水题#include#include#include#includeusing namespace std;const int MAXN = 10010;int pos[MAXN],a[MAXN];int main(){ int n,x,Q,cnt(0); while(~scanf("%... 阅读全文
posted @ 2014-08-01 19:07 ~Love() 阅读(87) 评论(0) 推荐(0)