标签:problem algo string algorithm scan span code color tle
#include <algorithm> #include <iostream> #include <cstring> #include <cstdio> #include <vector> #include <cmath> #include <queue> #include <deque> #include <cmath> #include <map> using namespace std; typedef long long ll; const double inf=1e20; const int maxn=2e5+10; const int mod=1e9+7; int main(){ double n; while(scanf("%lf",&n)!=EOF){ if(n<0)n=-n; printf("%.2lf\n",n); } return 0; }
标签:problem algo string algorithm scan span code color tle
原文地址:https://www.cnblogs.com/wz-archer/p/12419285.html