@askiahnur
#include <iostream> using namespace std; int main(){ int N,maks=0,i,cnt; cin>>N; int A[N]; for(i=0;i<N;i++){ cin>>A[i]; if(A[i]&g...