QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#280563 | #7778. Turning Permutation | ucup-team2880# | Compile Error | / | / | C++20 | 2.2kb | 2023-12-09 17:00:07 | 2023-12-09 17:00:08 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code:87:2: error: ‘dawdfawefaw’ does not name a type 87 | }dawdfawefaw | ^~~~~~~~~~~ answer.code: In function ‘int main()’: answer.code:66:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 66 | scanf("%d",&n); scanf("%lld",&k); | ~~~~~^~~~~~~~~ answer.code:66:30: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 66 | scanf("%d",&n); scanf("%lld",&k); | ~~~~~^~~~~~~~~~~