0_0_39532574_16118.cpp: In function 'int main()':
0_0_39532574_16118.cpp:110:35: error: invalid operands of types 'std::string*' {aka 'std::__cxx11::basic_string<char>*'} and 'long long int' to binary 'operator&'
110 | printf("%s %lld\n",&p &d[i])
| ~~ ^~~~~
| | |
| | long long int
| std::string* {aka std::__cxx11::basic_string<char>*}
|