摘要:
#include <iostream> #include <queue> using namespace std; int main(){ priority_queue<int> q; for( int i= 0; i< 10; ++i ) q.push( rand() ); while( !q.e 阅读全文
posted @ 2016-05-13 21:35
超级学渣渣
阅读(175)
评论(0)
推荐(0)
摘要:
Count Good Substrings Time Limit:2000MS Memory Limit:262144KB 64bit IO Format:%I64d & %I64u Submit Status Practice CodeForces 451D Count Good Substrin 阅读全文
posted @ 2016-05-13 17:13
超级学渣渣
阅读(247)
评论(0)
推荐(0)