QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#539954 | #8939. Permutation | ucup-team4752# | Compile Error | / | / | C++17 | 938b | 2024-08-31 16:07:35 | 2024-08-31 16:07:36 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int ask(int, int)’: answer.code:7:17: error: expected ‘;’ before ‘l’ 7 | cout << "? " l << " " << r << endl; | ^~ | ; answer.code:8:1: warning: no return statement in function returning non-void [-Wreturn-type] 8 | } | ^ answer.code: In function ‘void solve2(int, int, int)’: answer.code:27:13: error: ‘solve’ was not declared in this scope; did you mean ‘solve2’? 27 | solve(m2 + 1, r, -1); | ^~~~~ | solve2 answer.code: In function ‘int main()’: answer.code:56:9: error: ‘ll’ was not declared in this scope 56 | ll _ = 1; | ^~ answer.code:57:16: error: ‘_’ was not declared in this scope 57 | cin >> _; | ^ answer.code:59:16: error: expected ‘;’ before ‘__’ 59 | for (ll __ = 1; __ <= _; ++__) { | ^~~ | ; answer.code:59:25: error: ‘__’ was not declared in this scope 59 | for (ll __ = 1; __ <= _; ++__) { | ^~