Problem | segmenttree |
---|---|
User | Random52 |
Submission Time | 2024-12-27 23:02:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
segmenttree.cpp:2:9: error: expected class-name before ‘__init__’
2 | def __init__(self, s, e):
| ^~~~~~~~
segmenttree.cpp:2:9: error: expected ‘{’ before ‘__init__’
segmenttree.cpp:2:18: error: ‘self’ was not declared in this scope
2 | def __init__(self, s, e):
| ^~~~
segmenttree.cpp:2:24: error: ‘s’ was not declared in this scope
2 | def __init__(self, s, e):
| ^
segmenttree.cpp:2:27: error: ‘e’ was not declared in this scope
2 | def __init__(self, s, e):
| ^
segmenttree.cpp:2:28: error: expression list treated as compound expression in initializer [-fpermissive]
2 | def __init__(self, s, e):
| ^