#15331: 不會再看


ufve0704 (爬 我爬 我爬爬爬 有排行榜這種東西就是要爬 爬過我上面的那...)

學校 : 臺北市私立延平高級中學
編號 : 83268
來源 : [203.72.178.1]
最後登入時間 :
2023-10-30 13:02:50
d579. 兩條線 -- raincole | From: [114.42.215.203] | 發表日期 : 2018-09-28 20:11

#include <iostream>
#include <iomanip>
#include <cmath>
using namespace std;
int main(int argc, char** argv){
double a;
while(cin>>a){
cout<<fixed<<setprecision(4)<<"|"<<a<<"|="<<fabs(a)<<endl;
}
}

 

 
ZeroJudge Forum