QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#471752 | #3098. Ancient Machine | egypt_ioi2024_12 | Compile Error | / | / | C++23 | 2.9kb | 2024-07-11 06:25:24 | 2024-07-11 06:25:24 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
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>&’