Information
- ID
- 854
- Time
- 1000ms
- Memory
- 256MiB
- Difficulty
- 1
- Tags
- (None)
- # Submissions
- 317
- Accepted
- 91
- Uploaded By
#include<bits/stdc++.h> using namespace std; double n; int main(){ cin>>n; if(n<0){ n=abs(n); } cout<<fixed<<setprecision(2)<<n;
return 0;
}
是对的点赞