1112 簡單資料統計

2021-07-04 22:46:53 字數 793 閱讀 6532

簡單資料統計

time limit:1000ms  memory limit:65536k

total submit:254 accepted:170

description

輸入若干個整數求出他們的最小值,最大值,平均值(保留三位有效數字)輸入保證這些數都不超過1000的正整數

input

輸入若干個整數

output

求出他們的最小值,最大值,平均值(保留三位有效數字)

sample input

2 8 3 5 1 7 3 6
sample output

1 8 4.375
source

lrj程式入門

using system;

using system.collections.generic;

using system.linq;

using system.text;

using system.text.regularexpressions;

namespace ak1112

double jt = sum * 1.0 / s.length;

console.writeline(" ", min, max, jt.tostring("0.000"));}}

}

資料統計頁面

麵包屑導航區 class el icon arrow right 首頁 el breadcrumb item 資料統計 el breadcrumb item 資料包表 el breadcrumb item el breadcrumb 卡片檢視區域 為echarts準備乙個具備大小 寬高 的dom m...

tensorflow資料統計

本篇內容包括,tf.norm 張量的範數 tf.reduce min max 最大最小值 tf.argmax argmin 最大最小值的位置 tf.equal 張量的比較 tf.unique 張量的獨特值 1.tf.norm 二範數 x 2 xk 2 1 2 一範數 x 1 xk 無窮範數 x ma...

用 python實現簡單EXCEL資料統計

任務 用python時間簡單的統計任務 統計男性和女性分別有多少人。用到的物料 xlrd 它的作用 讀取excel表資料 import xlrd workbook xlrd.open workbook demo.xlsx 開啟excel資料表 sheetlist workbook.sheet nam...