HUST Online Judge WebBoard
Problem 2491 >> 我爱蔡徐坤的答案来了
luoen @ 2024-11-13 17:27:13
[ Quote ] [ Edit ] [ Delete ] 1#
#include<bits/stdc++.h>
using namespace std;
int main(){
char a;
cin>>a;
cout<<"我爱蔡徐坤"<<endl;
cout<<" "<<a<<a<<a<<" "<<a<<a<<a<<endl;
for(int i=1;i<=13;i++){
cout<<a;
}
cout<<endl;
cout<<" ";
for(int i=1;i<=11;i++){
cout<<a;
}
cout<<endl;
cout<<" ";
for(int i=1;i<=7;i++){
cout<<a;
}
cout<<endl;
cout<<" ";
for(int i=1;i<=3;i++){
cout<<a;
}
cout<<endl;
cout<<" "<<a;
return 0;
}
luoen @ 2024-11-14 17:16:49
[ Quote ] [ Edit ] [ Delete ] 2#
答案在这
luoen @ 2024-11-14 17:18:06
[ Quote ] [ Edit ] [ Delete ] 3#
我的最牛逼
luoen @ 2024-11-14 17:31:11
[ Quote ] [ Edit ] [ Delete ] 4#
哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈
luoen @ 2024-11-14 17:31:33
[ Quote ] [ Edit ] [ Delete ] 5#
我的最简便,sumyicheng的代码要424个字,我的只要413个字