「C言語」abs関数で絶対値を計算する 2020年3月1日サンプルコード int a= 5; printf(" %d\n", a, abs(a)); int b = -6; printf(" %d\n", b, abs(b)); SoftwarePosted by arkgame