#define REPORT_BALANCE 1 #define MODIFY_BALANCE 2 #define CREATE_NEW_ACCOUNT 3 #define ERR_NO_ACCOUNT -1 #define ERR_WRONG_CODE -2 #define UPDATE_CONFIRM -3 #define NOT_ENOUGH_SAVING -4