刷题
Clever_idiot
不务正业的工科男
展开
-
【刷题C++】编译器配置和基础语法
Clion的工程名(或者)里不能含有中文。否则无法编译运行。 环境安装说明:https://www.jianshu.com/p/1aa989808e15 当局部变量被定义时,系统不会对其初始化,您必须自行对其初始化。定义全局变量时,系统会自动对其初始化。 运算符:https://www.runoob.com/cplusplus/cpp-operators.html 字符串:C++字符串除了兼容C语言外,还有其自身的<string>类的支持https://www.runoob.com/c.原创 2021-05-08 11:46:59 · 247 阅读 · 0 评论 -
【刷题 JAVA】
字符串 String substring(int beginIndex) String substring(int beginIndex, int endIndex)原创 2021-05-06 16:11:22 · 87 阅读 · 0 评论