#include #include double sumy[1101]; char ucty[1101][7]; int max = 0; int create() { int x=0; char ucet[7]; scanf("%s",ucet); for(x=0;x0) { n -= 1; scanf("%s %lf",ucty[max], &sumy[max]); max += 1; } while(1) { scanf("%s",vstup); if(!strcmp(vstup,"end")) break; if(!strcmp(vstup,"create")) create(); else if(!strcmp(vstup,"deposit")) deposit(); else if(!strcmp(vstup,"withdraw")) withdraw(); else if(!strcmp(vstup,"transfer")) transfer(); } printf("end\n\n"); } printf("goodbye\n"); return 0; }