QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#496686 | #7262. String Modification | ucup-team1005# | Compile Error | / | / | C++20 | 790b | 2024-07-28 14:46:10 | 2024-07-28 14:46:10 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:39:2: error: ‘ce’ does not name a type 39 | }ce | ^~ answer.code: In function ‘int main()’: answer.code:14:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 14 | scanf("%s%s", s + 1, t + 1); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~