QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#132049 | #2920. Ultimate Binary Watch | ZhangYiDe | Compile Error | / | / | C++98 | 747b | 2023-07-29 01:55:22 | 2023-07-29 01:55:26 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:12:23: error: ‘>>’ should be ‘> >’ within a nested template argument list 12 | vector<vector<char>>v(4,vector<char>(4)); | ^~ | > >