I\'m trying to convert this C++ code to MIPS.
int main() { int a = f(5,10); int b = f(10,1000); int c = f(100,10000); return 0