flag_shop
if(account_balance > 100000){
FILE *f = fopen("flag.txt", "r");scanf("%d", &number_flags);
if(number_flags > 0){
int total_cost = 0;
total_cost = 900*number_flags;
printf("\nThe final cost is: %d\n", total_cost);
[...]Last updated
if(account_balance > 100000){
FILE *f = fopen("flag.txt", "r");scanf("%d", &number_flags);
if(number_flags > 0){
int total_cost = 0;
total_cost = 900*number_flags;
printf("\nThe final cost is: %d\n", total_cost);
[...]Last updated