QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#331377 | #2400. Mult! | ZhaoZiLong | Compile Error | / | / | C++17 | 278b | 2024-02-18 06:58:33 | 2024-02-18 06:58:34 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:4:1: error: ‘current’ does not name a type 4 | current=0; | ^~~~~~~ answer.code:5:6: error: expected constructor, destructor, or type conversion before ‘(’ token 5 | scanf(?%d?,len); | ^ answer.code:6:1: error: expected unqualified-id before ‘while’ 6 | while(len>0){ | ^~~~~