- A+B 输入输出练习I
112
- 2023-8-15 10:38:27 @
#include <bits/stdc++.h>
using namespace std;
int main()
{
float a;
long long f;
cin>>a;
f=a;
cout<<f;
return 0;
}
0 comments
No comments so far...
Information
- ID
- 2
- Time
- 1000ms
- Memory
- 256MiB
- Difficulty
- 5
- Tags
- # Submissions
- 163
- Accepted
- 34
- Uploaded By