摘要:
1 #include<iostream> 2 #include<algorithm> 3 using namespace std; 4 5 int n; 6 int tot; 7 int a[100010]; 8 9 int main() 10 { 11 cin >> n; 12 while (n) 阅读全文
posted @ 2019-10-14 17:50
thjkhdf12
阅读(153)
评论(0)
推荐(0)
摘要:
1 #include <iostream> 2 #include<iomanip> 3 using namespace std; 4 double t[50010]; 5 6 int main() 7 { 8 int n; 9 double sum = 0; 10 double pro; 11 ci 阅读全文
posted @ 2019-10-14 17:49
thjkhdf12
阅读(117)
评论(0)
推荐(0)
摘要:
1 #include<iostream> 2 #include<algorithm> 3 using namespace std; 4 5 int main() 6 { 7 int maxt = 0; 8 int mint = 0; 9 int n; 10 int len; 11 cin >> le 阅读全文
posted @ 2019-10-14 17:46
thjkhdf12
阅读(74)
评论(0)
推荐(0)
摘要:
1 #include<iostream> 2 #include<string> 3 #include<queue> 4 #include<stack> 5 #include<vector> 6 #include<map> 7 #include<cstdio> 8 #include<cstdlib> 阅读全文
posted @ 2019-10-14 17:45
thjkhdf12
阅读(101)
评论(0)
推荐(0)
浙公网安备 33010602011771号