摘要:
#include #include using namespace std; const int maxn=65; char name[maxn][maxn]; bool out[maxn]; int main() { int n; while(~scanf("%d",&n)) { memset(name,0,sizeof(name)); ... 阅读全文
posted @ 2017-08-02 16:57
sapphirebitter
阅读(559)
评论(0)
推荐(0)
浙公网安备 33010602011771号