EngineerMan Co's accounting department have been lazy this Easter, and forgot to file the tax returns.
Thankfully they just need some help calculating their total spending, and have given you a list of all their transactions they need summed up.
In true software engineer fashion, they have recorded the values in all sorts of different numbering systems, some people like hex, others octal, and binary.
The engineers' are only allowed to spend up to $65535.00 per transaction, with the companies spending limit being $4294967296.
Argument 1 0xFF,245Expected Output 500
Argument 1 0b11111111,0o365,0xFF,245Expected Output 1000
Argument 1 0xFFFF,0b1111111111111111Expected Output 131070