QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#470013 | #3098. Ancient Machine | egypt_ioi2024_12 | Compile Error | / | / | C++20 | 1.2kb | 2024-07-10 09:39:51 | 2024-07-10 09:39:51 |
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:37:1: error: expected ‘}’ at end of input 37 | } | ^ Bruno.code:4:37: note: to match this ‘{’ 4 | void Bruno(int n,int l,vector<int>v){ | ^