結果

問題 No.955 ax^2+bx+c=0
ユーザー phsplsphspls
提出日時 2020-01-11 20:13:04
言語 Rust
(1.77.0)
結果
WA  
実行時間 -
コード長 900 bytes
コンパイル時間 10,874 ms
コンパイル使用メモリ 407,588 KB
実行使用メモリ 6,948 KB
最終ジャッジ日時 2024-05-04 03:20:35
合計ジャッジ時間 13,855 ms
ジャッジサーバーID
(参考情報)
judge4 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
6,816 KB
testcase_01 AC 1 ms
6,940 KB
testcase_02 AC 1 ms
6,940 KB
testcase_03 AC 0 ms
6,940 KB
testcase_04 WA -
testcase_05 WA -
testcase_06 WA -
testcase_07 WA -
testcase_08 WA -
testcase_09 WA -
testcase_10 WA -
testcase_11 WA -
testcase_12 WA -
testcase_13 WA -
testcase_14 AC 1 ms
6,940 KB
testcase_15 AC 0 ms
6,940 KB
testcase_16 AC 1 ms
6,944 KB
testcase_17 AC 1 ms
6,940 KB
testcase_18 AC 1 ms
6,944 KB
testcase_19 AC 1 ms
6,944 KB
testcase_20 AC 0 ms
6,940 KB
testcase_21 AC 1 ms
6,940 KB
testcase_22 AC 1 ms
6,944 KB
testcase_23 AC 0 ms
6,944 KB
testcase_24 AC 1 ms
6,940 KB
testcase_25 AC 1 ms
6,944 KB
testcase_26 AC 1 ms
6,940 KB
testcase_27 AC 1 ms
6,940 KB
testcase_28 AC 1 ms
6,940 KB
testcase_29 AC 1 ms
6,944 KB
testcase_30 AC 1 ms
6,944 KB
testcase_31 AC 1 ms
6,944 KB
testcase_32 AC 1 ms
6,940 KB
testcase_33 AC 1 ms
6,944 KB
testcase_34 WA -
testcase_35 WA -
testcase_36 WA -
testcase_37 WA -
testcase_38 WA -
testcase_39 WA -
testcase_40 WA -
testcase_41 WA -
testcase_42 WA -
testcase_43 WA -
testcase_44 WA -
testcase_45 WA -
testcase_46 WA -
testcase_47 WA -
testcase_48 WA -
testcase_49 WA -
testcase_50 WA -
testcase_51 WA -
testcase_52 WA -
testcase_53 WA -
testcase_54 WA -
testcase_55 WA -
testcase_56 WA -
testcase_57 WA -
testcase_58 WA -
testcase_59 WA -
testcase_60 WA -
testcase_61 WA -
testcase_62 AC 1 ms
6,944 KB
testcase_63 WA -
testcase_64 AC 0 ms
6,940 KB
testcase_65 WA -
testcase_66 AC 1 ms
6,944 KB
testcase_67 AC 1 ms
6,944 KB
testcase_68 AC 0 ms
6,940 KB
testcase_69 AC 1 ms
6,944 KB
testcase_70 WA -
testcase_71 AC 1 ms
6,944 KB
testcase_72 AC 1 ms
6,944 KB
testcase_73 AC 1 ms
6,944 KB
testcase_74 AC 1 ms
6,944 KB
testcase_75 AC 0 ms
6,944 KB
testcase_76 AC 0 ms
6,944 KB
testcase_77 WA -
testcase_78 WA -
testcase_79 WA -
testcase_80 AC 0 ms
6,944 KB
testcase_81 AC 1 ms
6,940 KB
testcase_82 AC 1 ms
6,944 KB
testcase_83 AC 1 ms
6,940 KB
testcase_84 AC 1 ms
6,944 KB
testcase_85 AC 1 ms
6,940 KB
testcase_86 AC 1 ms
6,944 KB
testcase_87 AC 1 ms
6,944 KB
testcase_88 AC 1 ms
6,944 KB
testcase_89 AC 0 ms
6,940 KB
testcase_90 AC 0 ms
6,940 KB
testcase_91 AC 0 ms
6,944 KB
testcase_92 WA -
testcase_93 WA -
testcase_94 AC 1 ms
6,940 KB
testcase_95 AC 1 ms
6,944 KB
testcase_96 AC 1 ms
6,940 KB
testcase_97 AC 1 ms
6,940 KB
testcase_98 AC 1 ms
6,940 KB
testcase_99 AC 0 ms
6,944 KB
testcase_100 WA -
testcase_101 AC 0 ms
6,940 KB
testcase_102 AC 0 ms
6,940 KB
testcase_103 AC 1 ms
6,940 KB
testcase_104 AC 1 ms
6,944 KB
testcase_105 AC 0 ms
6,944 KB
testcase_106 AC 1 ms
6,944 KB
testcase_107 AC 1 ms
6,940 KB
testcase_108 AC 1 ms
6,940 KB
testcase_109 AC 1 ms
6,944 KB
testcase_110 AC 0 ms
6,940 KB
testcase_111 AC 1 ms
6,944 KB
testcase_112 AC 0 ms
6,944 KB
testcase_113 AC 0 ms
6,940 KB
testcase_114 AC 1 ms
6,944 KB
testcase_115 AC 1 ms
6,944 KB
testcase_116 AC 1 ms
6,940 KB
testcase_117 AC 1 ms
6,940 KB
testcase_118 AC 0 ms
6,940 KB
testcase_119 AC 1 ms
6,944 KB
testcase_120 AC 1 ms
6,940 KB
testcase_121 AC 1 ms
6,940 KB
testcase_122 WA -
testcase_123 AC 0 ms
6,940 KB
testcase_124 WA -
権限があれば一括ダウンロードができます

ソースコード

diff #

use std::io::Read;

fn solve(abc: Vec<f64>) {
    let a = abc[0];
    let b = abc[1];
    let c = abc[2];
    if a == 0f64 {
        if b == 0f64 {
            println!("{}", -1);
        } else {
            println!("{}", 1);
            println!("{}", -c / b);
        }
        return;
    }
    let temp = b * b - 4f64 * a * c;
    if temp > 0.0 {
        println!("{}", 2);
        println!("{}", (-b - temp.powf(0.5)) / (2.0f64 * a));
        println!("{}", (-b + temp.powf(0.5)) / (2.0f64 * a));
    } else if temp == 0.0 {
        println!("{}", 1);
        println!("{}", -b / (2.0f64 * a));
    } else {
        println!("{}", 0);
    }
}

fn main() {
    let mut abc = String::new();
    std::io::stdin().read_to_string(&mut abc).ok();
    let abc: Vec<f64> = abc.trim().split('\n').next().unwrap().trim().split_whitespace().map(|i| i.parse::<f64>().unwrap()).collect();
    solve(abc);
}
0