Logo 刘卓成的博客

博客

2516

2023-01-17 14:03:11 By 刘卓成

2516:

include

include

using namespace std; int main(){ int a,b,c,o=0; for(a=0;a<=6;a++){ for(b=0;b<=6;b++){ c=a+a+1+a+2+a+3+b+b+1+b+2+b+3; int f=sqrt(c); if(f*f==c){ o++; } } } cout<<o; return 0; }

评论

Andy0815
@刘卓成 你挺厉害嘛

发表评论

可以用@mike来提到mike这个用户,mike会被高亮显示。如果你真的想打“@”这个字符,请用“@@”。