We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Plus Minus
- Discussions
Plus Minus
Plus Minus
Sort by
recency
|
679 Discussions
|
Please Login in order to post a comment
skbp71@gmail.com its my very important Gmail account Gmail haking please recovery my Gmail account
c=0 d=0 e=0 for i in arr: if i<0: c+=1 if i==0: d+=1 if i>0: e+=1 print(e/n) print(c/n) print(d/n)
so Kevin Mitnick is a hacker and and a criminal and he will use this i might do this
who are
include
<iostream>
include
<vector>
include
<algorithm>
// For std::sortvoid miniMaxSum(const std::vector
<long>
& arr) { // Sort the array std::vector<long
> nums = arr; std::sort(nums.begin(), nums.end());}
int main() { std::vector<
long
> arr(5); for (int i = 0; i < 5; ++i) { std::cin >> arr[i]; }}