#include using namespace std; const long long INF = 1LL << 60; #define MOD 1000000007; typedef long long ll; #define writeln(n) cout< P; typedef pair Psi; int d[15]; int main() { int n; cin>>n; int ans =0; int nokori=0; for(int i=0; i>tmp; d[tmp]++; } } for(int i=1; i<=10; i++){ ans += d[i]/2; nokori += d[i]%2; } ans += nokori/4; writeln(ans); }