Problem | subgraphs |
---|---|
User | unnatisinghania |
Submission Time | 2024-03-26 23:28:00 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
subgraphs.cpp:2:9: error: expected class-name before ‘__init__’
2 | def __init__(self, n):
| ^~~~~~~~
subgraphs.cpp:2:9: error: expected ‘{’ before ‘__init__’
subgraphs.cpp:2:18: error: ‘self’ was not declared in this scope
2 | def __init__(self, n):
| ^~~~
subgraphs.cpp:2:24: error: ‘n’ was not declared in this scope
2 | def __init__(self, n):
| ^
subgraphs.cpp:2:25: error: expression list treated as compound expression in initializer [-fpermissive]
2 | def __init__(self, n):
| ^