2 条题解
-
3端木俁 (房佳坤) LV 8 @ 2021-10-18 18:59:11
#include <iostream> #include <cmath> #include <cstdio> using namespace std; int main() { int n; cin >> n; cout << pow(n, 2); return 0; }
-
02021-10-21 20:13:30@
#include <iostream>
using namespace std;
int main()
{
int a=3;cin>>a;
cout <<a*a;return 0;
}
- 1
信息
- ID
- 1003
- 难度
- 1
- 分类
- (无)
- 标签
- 递交数
- 208
- 已通过
- 34
- 通过率
- 16%
- 上传者