QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#68819 | #5103. Fair Division | larryzhong# | Compile Error | / | / | C++17 | 370b | 2022-12-21 09:34:45 | 2022-12-21 09:34:46 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:1:1: error: ‘n’ does not name a type 1 | n, m = map(int, input().split()) | ^