摘要:
A 7887:括号匹配 太简单了,不讲 B 7676:括弧匹配检验 #include<bits/stdc++.h> using namespace std; int find(char a[]) { char s[305]; int top = -1; for(int i=0;i<strlen(a) 阅读全文
摘要:
import tkinter as tk from PIL import ImageTk from aip import AipSpeech import os window = tk.Tk() window.geometry('1050x591') window.resizable(0,0) wi 阅读全文