QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#298176 | #4433. Kitten and Roomba | ucup-team2880# | Compile Error | / | / | C++20 | 4.4kb | 2024-01-05 19:23:13 | 2024-01-05 19:23:15 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:160:2: error: ‘wgwrgw’ does not name a type 160 | }wgwrgw | ^~~~~~ answer.code: In function ‘void work()’: answer.code:134:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 134 | scanf("%d%d",&n,&m); | ~~~~~^~~~~~~~~~~~~~ answer.code:136:22: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 136 | scanf("%s",s+1); | ~~~~~^~~~~~~~~~ answer.code: In function ‘int main()’: answer.code:154:21: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 154 | int T; scanf("%d",&T); | ~~~~~^~~~~~~~~