QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#478005 | #8050. Random Permutation | ucup-team3684 | Compile Error | / | / | C++20 | 969b | 2024-07-14 15:13:27 | 2024-07-14 15:13:30 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘void solve()’: answer.code:9:5: error: ‘cin’ was not declared in this scope 9 | cin >> n; | ^~~ answer.code:10:9: error: ‘i’ was not declared in this scope 10 | rep(i, 0, n) { | ^ answer.code:10:5: error: ‘rep’ was not declared in this scope; did you mean ‘rp’? 10 | rep(i, 0, n) { | ^~~ | rp answer.code:19:9: error: ‘pi’ was not declared in this scope 19 | rep(pi, 1, n+1) { | ^~ answer.code:43:5: error: ‘cout’ was not declared in this scope 43 | cout << ans << '\n'; | ^~~~ answer.code: At global scope: answer.code:46:1: error: ‘uci’ does not name a type 46 | uci main() { | ^~~