QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#472145 | #4925. Adjacent Pairs | ZhaoZiLong | Compile Error | / | / | C++14 | 697b | 2024-07-11 14:43:32 | 2024-07-11 14:43:32 |
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:27:26: error: invalid operands of types ‘long long int*’ and ‘long long int’ to binary ‘operator&’ 27 | scanf("%d %d",&n &m); | ~~ ^~ | | | | | long long int | long long int* answer.code:33:28: error: expected unqualified-id before ‘long’ 33 | vector<long long>v,long long s=0; | ^~~~ answer.code:39:17: error: ‘s’ was not declared in this scope 39 | s+=x; | ^