QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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); | ~~~~~^~~~~~~~~~~