# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
296036 | Badrangiikh | Friend (IOI14_friend) | C++14 | 0 ms | 0 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#include<bits/stdc++.h>
using namespace std;
int findSample ( int N , int confidence[] , int host[] , int protocol[] ) {
int ans = 0 ;
for ( int i = n - 1 ; i > 0 ; i -- ) {
if ( protocol [ i ] == 0 ) {
ans += confidence [ i ] ;
confidence [ host [ i ] ] = max ( 0 , confidence [ host [ i ] ] - confidence [ i ] ) ;
}
if ( protocol [ i ] == 1 ) {
confidence [ host [ i ] ] += confidence [ i ] ;
}
if ( protocol [ i ] == 2 ) {
confidence [ host [ i ] ] = max ( confidence [ host [ i ] ] , confidence [ i ] ) ;
}
}
return ans + confidence [ 0 ] ;
}