摘要:
栈的运用 mooc视频连接 #include <iostream> using namespace std; char S[100]; int Top, Number_of_Items = 0; void Push(char c) { if ( Number_of_Items == 0 ) { To 阅读全文
posted @ 2017-11-29 13:16
Veritas_des_Liberty
阅读(383)
评论(0)
推荐(0)
摘要:
#include <iostream> #include <stdio.h> using namespace std; int Q[100]; int Head, Tail, Number_of_Items = 0; void Enqueue(int x) { if( Number_of_Items 阅读全文
posted @ 2017-11-29 08:51
Veritas_des_Liberty
阅读(439)
评论(0)
推荐(0)
摘要:
A. Theatre Square time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Theatre Square in the c 阅读全文
posted @ 2017-11-29 08:32
Veritas_des_Liberty
阅读(835)
评论(0)
推荐(0)

浙公网安备 33010602011771号