Thông tin

Liên hệ Đường dẫn liên hệ
Hạn chót Không có hạn chót
Giới hạn nộp bài Không có giới hạn

Đăng nhập

[S1] Absolute value

The absolute value of a number is defined as |n| = n if n >= 0, |n| = -n else.


Absolute value

Write the body of the function absval returning the absolute value of i.

int absval(int i) {