摘要:
#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
阅读(134)
评论(0)
推荐(0)
|
学会思考
刻意练习 |