QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#474225 | #3098. Ancient Machine | egypt_ioi2024b_04 | Compile Error | / | / | C++23 | 2.5kb | 2024-07-12 16:47:03 | 2024-07-12 16:47:05 |
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>&’