QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#474465 | #3098. Ancient Machine | egypt_ioi2024_01 | Compile Error | / | / | C++20 | 3.7kb | 2024-07-12 18:48:38 | 2024-07-12 18:48:38 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Bruno.code: In function ‘void Bruno(int, int, std::vector<int>)’: Bruno.code:90:1: error: expected ‘}’ at end of input 90 | } | ^ Bruno.code:4:45: note: to match this ‘{’ 4 | void Bruno(int N, int L, std::vector<int> A){ | ^