QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#444755 | #8527. Power Divisions | ucup-team1405# | Compile Error | / | / | C++20 | 1.5kb | 2024-06-15 21:07:49 | 2024-06-15 21:07:50 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code:10:21: error: expected ‘,’ or ‘;’ before numeric constant 10 | ld eps = 0.00000000 0001; | ^~~~ answer.code: In function ‘int main()’: answer.code:51:12: error: redeclaration of ‘std::string s’ 51 | string s; | ^ answer.code:29:12: note: ‘std::string s’ previously declared here 29 | string s; | ^ answer.code:53:9: error: redeclaration of ‘int ans’ 53 | int ans = 1e9; | ^~~ answer.code:39:9: note: ‘int ans’ previously declared here 39 | int ans = 1e9; | ^~~