QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#474272 | #3098. Ancient Machine | egypt_ioi2024_01 | Compile Error | / | / | C++23 | 1.5kb | 2024-07-12 17:02:28 | 2024-07-12 17:02:28 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
grader_Anna.cpp: In function ‘int main()’: grader_Anna.cpp:67:16: warning: range-based ‘for’ loops only available with ‘-std=c++11’ or ‘-std=gnu++11’ 67 | for (int x : send_array) | ^~~~~~~~~~ grader_Anna.cpp:67:16: error: forming reference to reference type ‘std::vector<int>&’