제출 #50808

#제출 시각아이디문제언어결과실행 시간메모리
50808Just_Solve_The_Problem친구 (IOI14_friend)C++11
8 / 100
6 ms3024 KiB
#include <bits/stdc++.h> #include "friend.h" using namespace std; #define pb push_back #define sz(s) (int)s.size() #define pii pair < int, int > #define fr first #define sc second #define mk make_pair #define all(s) s.begin(), s.end() const int N = (int)1e5 + 7; const int smN = (int)1e3 + 7; vector < int > gr[N]; int has[smN][smN]; int c[N]; int findSample(int n, int confidence[], int host[], int protocol[]){ int mx = 0; for (int i = 0; i < n; i++) { mx = max(mx, confidence[i]); } return mx; }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...