#include <fstream> using namespace std; int main() { int n; int i; int m[10000+1]; int avg=0,ans; ifstream fin("phone.in"); ofstream fout("phone.out"); fout<<"4"; }