摘要:
栈的应用。。#include#includeusing namespace std;const int MAXN=22;int order[MAXN],target[MAXN];char temp[MAXN];bool ans[MAXN];int main() { int n,i; while(ci... 阅读全文
摘要:
UVA 能上去啦,哈哈。WA了一次。。。这个坑爹的输入1的时候应该输出Discarded cards:Remaining card: 1用C++自带的模版类方便多了。。。。#include#includeusing namespace std;queue q;int main() { int n,i... 阅读全文
摘要:
UVA还是上不去T T哭瞎了。只好老老实实的研究上回买的书了。写得有点长。好吧,我只是来复习C++类的。特意用class 而不用struct写链表。数据结构还没学。。。双向链表就当先预习了。大神们轻喷。。T T有一些小球,从左到右依次编号为1,2,3……n你可以执行两种指令,其中A X Y表示把小球... 阅读全文
摘要:
UVA昨天上不去,今天一大早起来还是上不去 0.0于是去ZOJ这题大意就是半衰期。。。取对数用到了换底公式。。。我都忘了这玩意了T T上代码。。。#include#includeusing namespace std;int main(){ double w ,d,n; int count=1; w... 阅读全文