摘要: #include<stdio.h>#include<string.h>int main(){ int n,i,j=0,k,a[1000]; char str1[5]="push",str2[4]="pop",str3[4]="top",str[8]; while(~scanf("%d",&n)) { 阅读全文
posted @ 2019-10-13 19:52 John-C 阅读(173) 评论(0) 推荐(0)