QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#472137 | #4925. Adjacent Pairs | GuanYunchang | Compile Error | / | / | C++14 | 627b | 2024-07-11 14:41:44 | 2024-07-11 14:41:45 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:28:26: error: invalid operands of types ‘long long int*’ and ‘long long int’ to binary ‘operator&’ 28 | scanf("%d %d",&n &m); | ~~ ^~ | | | | | long long int | long long int* answer.code:3:12: error: expected unqualified-id before ‘long’ 3 | #define ll long long | ^~~~ answer.code:34:21: note: in expansion of macro ‘ll’ 34 | vector<ll>v,ll s=0; | ^~ answer.code:40:17: error: ‘s’ was not declared in this scope 40 | s+=x; | ^