QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#295927 | #4939. Red Black Ball | ucup-team2880# | Compile Error | / | / | C++20 | 2.7kb | 2024-01-01 16:17:50 | 2024-01-01 16:17:51 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:104:2: error: ‘dnasjukdhasikdh’ does not name a type 104 | }dnasjukdhasikdh | ^~~~~~~~~~~~~~~ answer.code: In function ‘void init()’: answer.code:80:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 80 | scanf("%d%d",&n,&m); | ~~~~~^~~~~~~~~~~~~~ answer.code:82:22: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 82 | scanf("%d",&a[i].pos); | ~~~~~^~~~~~~~~~~~~~~~ answer.code:83:22: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 83 | scanf("%s",s+1); | ~~~~~^~~~~~~~~~ answer.code:97:25: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 97 | rep(i,1,m) scanf("%d",&b[i]); | ~~~~~^~~~~~~~~~~~