最新文章

LightBlog

2018/11/02

Dev-C++ 程式技巧_程式碼簡化






int abs(int num)
{
return num>0? num: -num;
}

沒有留言:

Adbox