摘要: 这是一段 WA代码........... #include #include #include using namespace std; void main() { stack c; int T,len; cin >> T; getchar(); string str; while (T--) { getline(c... 阅读全文
posted @ 2017-07-18 20:28 Edee 阅读(158) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include using namespace std; typedef long long LL; const int coeff[3] = { 2,3,5 }; int main() { priority_queue, greater >pq; sets; pq.push(1); s.insert(1)... 阅读全文
posted @ 2017-07-18 10:55 Edee 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 using namespace std; 3 int main() 4 { 5 int T, n; 6 cin >> T; 7 while (T--) 8 { 9 cin >> n; 10 if (n 3) 26 ... 阅读全文
posted @ 2017-07-18 09:13 Edee 阅读(264) 评论(0) 推荐(0) 编辑