QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
answer.code:1:1: error: ‘n’ does not name a type 1 | n, m = map(int, input().split()) | ^