HDU 2003 絕對值
import java.text.DecimalFormat; import java.util.Scanner; public class Main { public static void main(String[] args) { @SuppressWarnings("resource") Scanner in = new Scanner(System.in); while(in.hasNext()) { double a = in.nextDouble(); Absolute(a); } } public static void Absolute(double a) { DecimalFormat df = new DecimalFormat("#.00"); if (a>=0) { System.out.println(df.format(a)); }else { String str="" + a; str = str.substring(1); double b = Double.valueOf(str); System.out.println(df.format(b)); } } }
相關推薦
HDU 2003 絕對值
import java.text.DecimalFormat; import java.util.Scanner; public class Main { public static void main(String[] args) { @SuppressWarnings("re
HDU 2003 求絕對值
open pub scanner des problem while one spa ann Problem Description 求實數的絕對值。 Input 輸入數據有多組,每組占一行,每行包含一個實數。 Output 對於每組輸入數據,輸出它的絕
HDU 2020 絕對值排序
ble mes esp 一個空格 hdu href cpp 數字 out http://acm.hdu.edu.cn/showproblem.php?pid=2020 Problem Description 輸入n(n<=100)個整數,按照絕對值從大到小排序後輸
hdu 2020 絕對值排序(c語言)
hdu 2020 絕對值排序 點選做題網站連結 題目描述 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Problem Description 輸入n(n&
ACM之旅——HDU 2003
求絕對值 求實數的絕對值。 Input 輸入資料有多組,每組佔一行,每行包含一個實數。 Output 對於每組輸入資料,輸出它的絕對值,要求每組資料輸出一行,結果保留兩位小數。 Sample Input 123 -234.00 Sample Output 1
hdu 2018(母牛問題)2019(數列有序!)2020(絕對值排序 )2021(發工資)2022(海選女主角)
amp pre == 數組 sca int 如果 fab main 要發現它的規律,題n年牛的總數等於n-1年的母牛數加上第n年新增的母牛數,第n年只有n-3年的那些母牛才能產母牛,所以第n年的母牛數等於第n-1和n-3年的母牛數的和,即sum(n)=sum(n-1)+su
HDOJ-2003-求絕對值
求絕對值 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submi
2003 求絕對值
style ret include 絕對值 code span tdi ble pan #include<cstdio> #include<cmath> int main() { double a; while (sc
hdu 4719 Oh My Holy FFF(dp線段樹優化)
origin end should adding href ast left code padding Oh My Holy FFF Time Limit: 5000/2500 MS (Java/Others) Memory Limit: 65535/65535
HDU 1087 Super Jumping! Jumping! Jumping!
blog col som oss score ++ all you finall Nowadays, a kind of chess game called “Super Jumping! Jumping! Jumping!” is very popular in HDU.
HDU 1114 Piggy-Bank(完全背包)
ask style span ica ace eno eterm ++ empty 題目: Before ACM can do anything, a budget must be prepared and the necessary financial support o
Hdu-1072
std bits -1 簡單 pty one int 個數字 一行 題目描述: 首先輸入一個N;代表測試數據的個數; 然後每個測試數據的開頭第一行輸入一個n和一個命令(FIFO或FILO<就是先進先出或先進後出>) 然後是該測試數據的n行,每行包括“IN”加一個
hdu 1284 錢幣兌換問題
print class mat 題目 能夠 ims 遞推 detail acm 題目鏈接:http://acm.hdu.edu.cn/showproblem.php?pid=1284 思路:僅僅有3個硬幣,範圍是32768。能夠一個一個枚舉硬幣。假設僅僅放價值為1的硬幣
HDU 2648(搜索題,哈希表)
cin ostream pac cstring using mem == ring scan #include<iostream> #include<map> #include<string> #include<cstring&
hdu 5078
fine title tle only asi art it is text 現場 Osu! Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 262144/262144 K (Java/Others) T
HDU 2112 HDU Today(STL MAP + Djistra)
stl eof dji int ble mes tin std n) 題目鏈接:HDU Today 立即集訓要開始,抓緊時間練練手,最短路的基礎題,第一次用STL的map 題目非常水,可是錯了N遍。手賤了。本題不優點理的就是把地名轉化為數字 #include
Super Jumping! Jumping! Jumping! HDU - 1087
std idt scribe cas abs roc assume led cor Nowadays, a kind of chess game called “Super Jumping! Jumping! Jumping!” is very popular in HDU
最大連續子序列 HDU - 1231
bsp 最大 程序 結構 %d col 最小 元素 class 給定K個整數的序列{ N1, N2, ..., NK },其任意連續子序列可表示為{ Ni, Ni+1, ..., Nj },其中 1 <= i <= j <= K。最大連續子序列是所有連續子
HDU 4930 Fighting the Landlords(扯淡模擬題)
href blank 。。 clear break 輸出 family fig set Fighting the Landlords 大意: 鬥地主。。。。 分別給出兩把手牌,肯定都合法。每張牌大小順序是Y (i.e. colored Joker) &g
Hdu 2243 考研路茫茫——單詞情結 (AC自己主動機+矩陣)
單詞 spa 主動 efi scanf 考研 max 數量 define 哎喲餵。中文題。。。不說題意了。 首先做過POJ 2778能夠知道AC自己主動機是能夠求出長度為L的串中不含病毒串的數量的。 POJ 2778的大概思路就是先用全部給的病毒串建一個AC自己主動