QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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; | ^