#include #include using namespace std; ifstream in("wordstone.in"); ofstream out("wordstone.out"); int main() { ios_base::sync_with_stdio(false); cin.tie(NULL); int n, q; in>>n; string* gods = new string[n]; string name; int score = 0; for(int i = 0; i>gods[i]; } in>>q; string* names = new string[q]; int* scores = new int[q]; for(int i = 0; i>names[i]; } for(int i = 0; i