QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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){ | ^~~~~