コンテンツへ
詳細検索ページへ移動する
コード:
#include<stdio.h> int main(void){ double a, b, c, d; printf("a b cの値を入力:"); scanf=("%lf%lf%lf", &a, &b, &c); if()