学会思考
刻意练习
摘要: #include <iostream> using namespace std; int main() { cout << "Hello, World!" << endl; char buf[2]; sprintf(buf,"%d",12); cout << buf <<endl; return 0 阅读全文
posted @ 2020-11-20 11:01 Worty 阅读(122) 评论(0) 推荐(0) 编辑