Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
147297 I am BM 判断平方数 C++ 解答错误 0 2 MS 244 KB 177 2024-05-18 14:33:16

Tests(0/4):


#include <bits/stdc++.h> using namespace std; int a; int main() { while (cin>>a) { if (sqrt(a)==a) cout<<1; else cout<<0; cout<<endl; } return 0; }


测评信息: