QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#579061 | #9242. An Easy Geometry Problem | ucup-team4347 | Compile Error | / | / | C++20 | 5.8kb | 2024-09-21 06:51:41 | 2024-09-21 06:51:42 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code:2:9: warning: #pragma once in main file 2 | #pragma once | ^~~~ answer.code:31:24: error: too many initializers for ‘std::array<long long int, 1>’ 31 | array<ll,K> cmp = {0, 0}; | ^