| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 147469 | 刘国洋 | 判断平方数 | C++ | Compile Error | 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; }