2021-01-12
作者:互联网
2032
#include
using namespace std;
int main()
{
int i,j,x;
int a[30][30];
while(cin>>x)
{
for(i=0;i<x;i++)
{
for(j=0;j<=i;j++)
{
if(j0||ij)
{
a[i][j]=1;
}
else
{
a[i][j]=a[i-1][j]+a[i-1][j-1];
}
cout<<a[i][j]<<" ";
}
cout<<endl;
}
cout<<endl;
}
return 0;
}
2040
#include
using namespace std;
int main()
{
int i,j,k,b,s,z,n=0,m=0;
cin>>b;
for(i=1;i<=b;i++)
{
while(cin>>s>>z)
{
for(j=1;j<s;j++)
{
if(s%j0)
{
n=n+j;
}
}
for(k=1;k<z;k++)
{
if(z%k0)
{
m=m+k;
}
}
if(sm&&zn)
{
cout<<“YES”<<endl;
}
else
{
cout<<“NO”<<endl;
}
}
}
return 0;
}
2030统计汉字有问题。
标签:12,cout,int,namespace,j0,cin,01,2021,include 来源: https://blog.csdn.net/qq_51533072/article/details/112548300