Main.cc: In function 'int main()':
Main.cc:6:16: error: expected initializer before 's'
string a[152] s[152];
^
Main.cc:8:9: error: 'a' was not declared in this scope
cin >> a >> s;
^
Main.cc:8:14: error: 's' was not declared in this scope
cin >> a >> s;
^
Main.cc:17:8: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
if(n=d)
^