您的位置:首页 > 编程语言 > C语言/C++

C++ FUNCTION FOR ACM

2016-07-16 19:14 501 查看

cctype

int tolower ( int c );//Converts c to its lowercase equivalent if c is an uppercase letter and has a lowercase equivalent. If no such conversion is possible, the value returned is c unchanged.


其他

全局数组默认初始化为0

cpp结构传值
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  cpp acm