Write a function int max_of_four(int a, int b, int c, int d). // which reads four arguments and returns the greatest of them.
確定! 回上一頁