Run ID | 作者 | 问题 | 语言 | 测评结果 | 分数 | 时间 | 内存 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
147469 | 刘国洋 | 判断平方数 | C++ | 编译错误 | 0 | 0 MS | 0 KB | 230 | 2024-05-18 15:28:44 |
#include<bits/stdc++.h> using namespace std; void de(int x) { int ji; ji=int(sprt(x))*int(sprt(x)); if(ji==x)cout<<1<<endl; else cout<<0<<endl; } int main() { int x; whine(cin>>x) de(x); return 0; }