L1-015 跟奥巴马一起画方块 (15 point(s))
摘要:
很神奇的字符串的初始化。 string s(n, c); 参考代码 #include <bits/stdc++.h> using namespace std; int main(){ int n; char c; cin >> n >> c; string s(n, c); for(int i = 阅读全文
posted @ 2021-10-04 22:00 Atl212 阅读(80) 评论(0) 推荐(0)
浙公网安备 33010602011771号