hdu2526专题

hdu2526(浪漫手机)

#include<stdio.h> #include<string.h> typedef struct {     char ch[3],c;//ch是音符模式,c是音符 }node; char f[1000][1000]; int main() {     node str[8];     int t,n,j,i,e;     scanf("%d",&t);//输入     while(t--)