#include int abs(int a) { return a>0 ? a : -a; }

AltStyle によって変換されたページ (->オリジナル) /