QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#295069 | #5066. String-dle Count | ucup-team2880 | Compile Error | / | / | C++20 | 3.0kb | 2023-12-30 18:25:03 | 2023-12-30 18:25:03 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:134:2: error: ‘awe’ does not name a type 134 | }awe | ^~~ answer.code: In function ‘int main()’: answer.code:60:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 60 | scanf("%d%d", &n, &k); | ~~~~~^~~~~~~~~~~~~~~~ answer.code:64:22: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 64 | scanf("%s", ch1 + 1); | ~~~~~^~~~~~~~~~~~~~~ answer.code:65:22: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 65 | scanf("%s", ch2 + 1); | ~~~~~^~~~~~~~~~~~~~~