- 正方形的面积(特简单!)
超简单的好吧!!!
- 2024-6-9 18:38:04 @
#include <bits/stdc++.h>
using namespace std;
#define endl '\n'
#define TRACE 1
#define tcout TRACE && cout
#define fst ios::sync_with_stdio(false); cin.tie(0); cout.tie(0);
#define int long long
const int P = 998244353;
const int INF = 0x3f3f3f3f3f3f3f3f;
const int N = 1e6 + 10, M = 2e6 + 10;
signed main()
{
int a;
cin >> a;
cout << a * a;
return 0;
}
0 comments
No comments so far...
Information
- ID
- 1032
- Time
- 1000ms
- Memory
- 256MiB
- Difficulty
- 1
- Tags
- (None)
- # Submissions
- 24
- Accepted
- 16
- Uploaded By