Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
12755 A班-袁誉晏 aabb C++ 输出超限 0 56 MS 256 KB 275 2025-08-23 10:58:19

Tests(0/1):


#include <bits/stdc++.h> using namespace std; int c() { for(int a = 1; a <= 9; a++) { for(int b =0;b<=9;b++) { int n = a*1100 + b*11; int m = floor(sqrt(n)+0.5); if(m*m == n) printf("%d\n", n); } } } int main() { c(); return 0; }


测评信息: