| Problem | subgraphs |
|---|---|
| User | clairexx |
| Submission Time | 2026-08-16 21:32:32 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
subgraphs.cpp:5:16: error: missing terminating ' character
5 | long long N, E'
| ^
subgraphs.cpp:4:5: error: cannot declare ‘::main’ to be a global variable
4 | int main {
| ^~~~
subgraphs.cpp:5:2: error: expected primary-expression before ‘long’
5 | long long N, E'
| ^~~~
subgraphs.cpp:5:2: error: expected ‘}’ before ‘long’
subgraphs.cpp:4:10: note: to match this ‘{’
4 | int main {
| ^
subgraphs.cpp:7:2: error: expected unqualified-id before ‘for’
7 | for (int i = 0; i<N;i++){
| ^~~
subgraphs.cpp:7:18: error: ‘i’ does not name a type
7 | for (int i = 0; i<N;i++){
| ^
subgraphs.cpp:7:22: error: ‘i’ does not name a type
7 | for (int i = 0; i<N;i++){
| ^
subgraphs.cpp:10:18: error: ‘N’ was not declared in this scope
10 | int subgraphs = N;
|