7744问题

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了7744问题相关的知识,希望对你有一定的参考价值。


#include<bits/stdc++.h>
#include<algorithm>
#include<math.h>
using namespace std;

int main()

for(int i = 1; i <= 9; i++)
for(int j = 0; j <= 9; j++)
int n = i * 1100 + j*11;
int m = floor(sqrt(n) + 0.5);
if(m*m == n)
printf("%d\\n",n);





y = floor(x)。则y等于:不大于x的最大整数。


以上是关于7744问题的主要内容,如果未能解决你的问题,请参考以下文章

aabb问题

showManyImage

C语言基础

12.9《 算法入门》 循环 文件操作

调试错误 -Abort() 已被调用

ShowDoc的搭建