编号 | 题目 | 状态 | 分数 | 总时间 | 内存 | 代码 / 答案文件 | 提交者 | 提交时间 |
---|---|---|---|---|---|---|---|---|
#5056 | #1031. 统计 | Compile Error | 0 | 0 ms | 0 K | C++ 17 / 425 B | harkerbest | 2024-02-25 15:22:43 |
n, q =
student_list =
student_list_minor =
student_list_minor = student_list
for i in :
student_list_minor = student_list - student_list
for i in :
l, r =
zero = student_list_minor.
count = 1 + r - l - zero
编译信息
/sandbox/1/a.cpp:1:1: error: 'n' does not name a type
1 | n, q = map(int, input().split())
| ^