Problem 114514 >> DAMING 牛逼! |
#include<bits/stdc++.h>
#include<windows.h>
using namespace std;
int main(){
// ■
cout<<"_______■■■■________■■■____■■■_______■__■_______■__■■■______"<<endl;
cout<<"_______■_____■_______■__■____■__■_______■__■_______■______________"<<endl;
cout<<"_______■______■______■__■____■__■______■■■■■__■■___■■_______"<<endl;
cout<<"_______■_______■____■____■__■____■___■_____■______■____■■_______"<<endl;
cout<<"_______■________■___■____■__■____■__________■______■__■■■■_____"<<endl;
cout<<"_______■_______■____■____■__■____■___■■■■■■■_■__■_■_■_____"<<endl;
cout<<"_______■______■____■______■■______■_________■______■__■■■■_____"<<endl;
cout<<"_______■_____■_____■______■■______■_________■_____■___■■■■_____"<<endl;
cout<<"_______■■■■______■______■■______■_________■______■■■■■■■___"<<endl;
int yu = 1;while(yu<=10){yu++;system("color C4");system("color E6");system("color B2");system("color A7");system("color A3");system("color C7");system("color E1");system("color F3");};system("color 07");
return 0;
}
|
luoen @ 2024-12-18 17:15:53
hhhhhhhhhhhhhhhhhhh
|
luoen太有实力了
|
那个英语居然能够拿奖6666666666666666666666666666666
|
666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666
|
#include<bits/stdc++.h>
using namespace std;
int main(){
int n;
cin>>n;
int sum=0;
for(int i=0;i<=n/10;i++){
for(int j=0;j<=n/20;j++){
for(int c=0;c<=n/50;c++){
if(i*10+j*20+c*50==n){
sum++;
}
}
}
}
cout<<sum;
return 0;
}
|
#include<bits/stdc++.h>
using namespace std;
int main(){
long long n;
cin>>n;
long long sum=0;
long long a=sqrt(n);
for(int i=1;i<=a;i++){
if(n%i==0){
if(i==n/i){
sum+=i;
}else{
sum=sum+i+n/i;
}
}
}
cout<<sum;
return 0;
}
|
#include<bits/stdc++.h>
using namespace std;
int main(){
int n,k;
cin>>n>>k;
int a[n+1];
for(int i=1;i<=n;i++){
cin>>a[i];
}
int f=0;
for(int i=1;i<=n;i++){
for(int j=i+1;j<=n;j++){
if(a[i]+a[j]==k){
f=1;
}
}
}
if(f==1){
cout<<"yes";
}else{
cout<<"no";
}
return 0;
}
|
#include<bits/stdc++.h>
using namespace std;
int main(){
int n;
cin>>n;
for(int i=2;i<=n;i++){
int f=1;
for(int j=2;j<=sqrt(i);j++){
if(i%j==0){
f=0;
break;
}
}
if(f==1){
cout<<i<<" ";
}
}
return 0;
}
|
#include<bits/stdc++.h>
using namespace std;
int main(){
int n;
cin>>n;
int sum=0;
int num=0;
for(int i=2;sum<=n;i++){
int f=1;
for(int j=2;j<=sqrt(i);j++){
if(i%j==0){
f=0;
break;
}
}
if(f==1){
if(sum+i<=n){
cout<<i<<endl;
sum+=i;
num++;
}else{
break;
}
}
}
cout<<num;
return 0;
}
|
luoen @ 2024-12-22 11:22:18
我是毒液,我是毒液,我是最强毒液
|
luoen @ 2024-12-22 11:22:35
无语轩最强语录
|
#include<bits/stdc++.h>
using namespace std;
int main(){
cout<<"________■__■■■■______■■■■■■■_________■■■■________________■______________"<<endl;
cout<<"___■___■_______ ■_____■_■■■■■_■______■■_____■■_______■■■■■■■___________"<<endl;
cout<<"___■___■________■_________■■■__■_____■■_■■■■__■■________■______________"<<endl;
cout<<"___■___■________■_______■■■_■■■____________■_________________■■■■________________________"<<endl;
cout<<"___■___■__■■■■_____■■■ ■_____________■■■■■■_____________■____________________"<<endl;
cout<<"___■___■________■_______■■■■■_______________■____________■■■■■■■■_______"<<endl;
cout<<"___■__■_________■______■■___■__■________■___■___■___________■■__■■________________"<<endl;
cout<<"______■__________■_____________■___________■____■____■____________■■■_______"<<endl;
cout<<"_____■_____■■■■___________■■_______________■■______________ ■■____■■_______"<<endl;
cout<<" 归 冢 余 妄 "<<endl;
cout<<" 工作室 "<<endl;
if(1){int i=1;while(i<=5){system("color C6");system("color E4");system("color C6");system("color E4");i++;}}system("color 07");system("pause");
return 0;
}
|
luoen @ 2024-12-25 17:27:50
#include<bits/stdc++.h>
#include<windows.h>
using namespace std;
int main(){
// ■
cout<<" ■■■■ ■■■ ■■■ ■ ■ ■ ■■■"<<endl;
cout<<" ■ ■ ■ ■ ■ ■ ■ ■ ■"<<endl;
cout<<" ■ ■ ■ ■ ■ ■ ■■■■■ ■■ ■■"<<endl;
cout<<" ■ ■ ■ ■ ■ ■ ■ ■ ■ ■■"<<endl;
cout<<" ■ ■ ■ ■ ■ ■ ■ ■ ■■■■"<<endl;
cout<<" ■ ■ ■ ■ ■ ■ ■■■■■■■ ■ ■_■_■"<<endl;
cout<<" ■ ■ ■ ■■ ■ ■ ■ ■■■■"<<endl;
cout<<" ■ ■ ■ ■■ ■ ■ ■ ■■■■"<<endl;
cout<<" ■■■■ ■ ■■ ■ ■ ■■■■■■■"<<endl;
int yu = 1;while(yu<=10){yu++;system("color C4");system("color E6");system("color B2");system("color A7");system("color A3");system("color C7");system("color E1");system("color F3");};system("color 07");
return 0;
}
|
luoen @ 2024-12-25 17:29:09
________■__■■■■______■■■■■■■_________■■■■________________■______________
___■___■_______ ■_____■_■■■■■_■______■■_____■■_______■■■■■■■___________
___■___■________■_________■■■__■_____■■_■■■■__■■________■______________
___■___■________■_______■■■_■■■____________■_________________■■■■________________________
___■___■__■■■■_____■■■ ■_____________■■■■■■_____________■____________________
___■___■________■_______■■■■■_______________■____________■■■■■■■■_______
___■__■_________■______■■___■__■________■___■___■___________■■__■■________________
______■__________■_____________■___________■____■____■____________■■■_______
_____■_____■■■■___________■■_______________■■______________ ■■____■■_______
归 冢 余 妄
工作室
请按任意键继续. . .
--------------------------------
Process exited after 5.956 seconds with return value 0
请按任意键继续. . .
|
luoen @ 2024-12-25 17:29:28
@zhangwenbo的程序
|