This is just a test

Just a test
This commit is contained in:
BrandonBman12313 2022-05-10 14:23:38 -05:00 committed by GitHub
parent 27d0b65c38
commit a2724c1546
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,9 +32,9 @@ double val[3][10] = {
// Upgrade costs
ll cost[2][3][10] = {
{ { 0, 10, 100, 1000, 10000, 75000, 300000, 1000000, 10000000, 100000000},
{ 0, 15, 150, 1500, 15000, 115000, 450000, 1500000, 15000000, 200000000 },
{ 0, 50, 300, 2000, 12000, 85000, 700000, 6500000, 65000000, 1000000000 } },
{ { 0, 10, 69, 1000, 10000, 75000, 300000, 1000000, 10000000, 100000000},
{ 0, 15, 6969, 1500, 15000, 115000, 450000, 1500000, 15000000, 200000000 },
{ 0, 50, 420, 2000, 12000, 85000, 700000, 6500000, 65000000, 1000000000 } },
{ { 0, 8, 75, 750, 7500, 56250, 225000, 750000, 7500000, 75000000 },
{ 0, 12, 113, 1125, 11250, 86250, 337500, 1125000, 11250000, 150000000 },
{ 0, 38, 225, 1500, 9000, 63750, 525000, 4875000, 48750000, 750000000 } }