摘要:
输出格式 #include<iostream> #include<iomanip> cout << setfill('0'); cout << rst/1000 << ',' << setw(3) << rst%1000; or #include<cstdio> printf("%d,%03d", 阅读全文
posted @ 2020-07-29 22:42
Hellofds
阅读(87)
评论(0)
推荐(0)